#F03DCE

Color #F03DCE Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #F03DCE

Tints of Razzle Dazzle Rose #F03DCE

Color information

#F03DCE (or 0xF03DCE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 3D and CE. RGB value is (240,61,206). Sum of RGB (Red+Green+Blue) = 240+61+206=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 61 (24.22% from 255 or 12.03% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F03DCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F03DCE is #0FC231. Grayscale: #828282. Windows color (decimal): -1032754 or 13516272. OLE color: 13516272.

HSL color Cylindrical-coordinate representation of color #F03DCE: hue angle of 311.4º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F03DCE is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB24061206-
CMYK00.750.140.06
HSL311.4º85.65%59.02%-
HSV(B)311.4º74.58%94.12%-
XYZ48.7426.3260.9-
YUV131.05170.3205.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 47.34%
GREEN value IS 61 (24.22% from 255) = 12.03%
BLUE value IS 206 (80.86% from 255) = 40.63%
R=47.34%
G=12.03%
B=40.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2406120600.750.140.06311.485.6559.02
HexF03DCE04BE6137563b
Octal36075316011316646712673
Binary11110000111101110011100100101111101101001101111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03DCE; }

 p { color: rgb(240,61,206); }

 H1.HeaderClassName
 {
   color: #F03DCE;
 }
 .AnyTagClassName
 {
   color: #F03DCE;
 }
</style>
background-color css

<style>
 a { background-color: #F03DCE; }

 a { background-color: rgb(240,61,206); }

 div.DivClassName
 {
   background-color: #F03DCE;
 }
 .BgClassName
 {
   background-color: #F03DCE;
 }
</style>
border-color css

<style>
 span { border-color: #F03DCE; }

 span { border-color: rgb(240,61,206); }

 td.TdClassName
 {
   border-color: #F03DCE;
 }
 .TagClassName
 {
   border-color: #F03DCE;
 }
</style>