#F03DC3

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

Shades of Razzle Dazzle Rose #F03DC3

Tints of Razzle Dazzle Rose #F03DC3

Color information

#F03DC3 (or 0xF03DC3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 3D and C3. RGB value is (240,61,195). Sum of RGB (Red+Green+Blue) = 240+61+195=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 61 (24.22% from 255 or 12.30% from 496); Blue value is 195 (76.56% from 255 or 39.31% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F03DC3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F03DC3 is #0FC23C. Grayscale: #818181. Windows color (decimal): -1032765 or 12795376. OLE color: 12795376.

HSL color Cylindrical-coordinate representation of color #F03DC3: hue angle of 315.08º 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 #F03DC3 is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB24061195-
CMYK00.750.190.06
HSL315.08º85.65%59.02%-
HSV(B)315.08º74.58%94.12%-
XYZ47.4525.854.11-
YUV129.8164.8206.6-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.39%
GREEN value IS 61 (24.22% from 255) = 12.30%
BLUE value IS 195 (76.56% from 255) = 39.31%
R=48.39%
G=12.30%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2406119500.750.190.06315.0885.6559.02
HexF03DC304B13613b563b
Octal36075303011323647312673
Binary111100001111011100001101001011100111101001110111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03DC3; }

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

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

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

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

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

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

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

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