Html Css Color HEX #F03EC3 Razzle Dazzle Rose

📋 copy color: '#F03EC3'

red 240 ◦ green 62 ◦ blue 195

#F03EC3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #F03EC3

Tints of Razzle Dazzle Rose #F03EC3

RGB

 RED value IS 240 (94.14% from 255) = 48.29%

 GREEN value IS 62 (24.61% from 255) = 12.47%

 BLUE value IS 195 (76.56% from 255) = 39.24%

R = 48.29%
G = 12.47%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#F03EC3 (or 0xF03EC3) is known color: Razzle Dazzle Rose. HEX triplet: F0, 3E and C3. RGB value is (240,62,195). Sum of RGB (Red+Green+Blue) = 240+62+195=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 62 (24.61% from 255 or 12.47% from 497); Blue value is 195 (76.56% from 255 or 39.24% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F03EC3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F03EC3 is #0FC13C. Grayscale: #828282. Windows color (decimal): -1032509 or 12795632. OLE color: 12795632.

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

Color convert

RGB 240 62 195 -
CMYK 0 0.74 0.19 0.06
HSL 315.17º 0.86% 0.59% -
HSV(B) 315.17º 0.74% 0.94% -
XYZ 47.51 25.91 54.13 -
YUV 130.38 164.47 206.19 -
System Red Green Blue C M Y K H S L
Decimal 240 62 195 0 0.74 0.19 0.06 315.17 0.86 0.59
Hex F0 3E C3 0 4A 13 6 13B 56 3B
Octal 360 76 303 0 112 23 6 473 126 73
Binary 11110000 111110 11000011 0 1001010 10011 110 100111011 1010110 111011

Color Harmonies of #F03EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03EC3

Black with #F03EC3

Text Example


Text Example

White with #F03EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03EC3; }

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

 H1.HeaderClassName
 {
   color: #F03EC3;
 }
 .AnyTagClassName
 {
   color: #F03EC3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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