Html Css Color HEX #F03ECB Razzle Dazzle Rose

📋 copy color: '#F03ECB'

red 240 ◦ green 62 ◦ blue 203

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

Shades of Razzle Dazzle Rose #F03ECB

Tints of Razzle Dazzle Rose #F03ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.2%

R = 47.52%
G = 12.28%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F03ECB (or 0xF03ECB) is known color: Razzle Dazzle Rose. HEX triplet: F0, 3E and CB. RGB value is (240,62,203). Sum of RGB (Red+Green+Blue) = 240+62+203=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 62 (24.61% from 255 or 12.28% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F03ECB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F03ECB is #0FC134. Grayscale: #828282. Windows color (decimal): -1032501 or 13319920. OLE color: 13319920.

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

Color convert

RGB 240 62 203 -
CMYK 0 0.74 0.15 0.06
HSL 312.47º 0.86% 0.59% -
HSV(B) 312.47º 0.74% 0.94% -
XYZ 48.44 26.28 59.02 -
YUV 131.3 168.47 205.54 -
System Red Green Blue C M Y K H S L
Decimal 240 62 203 0 0.74 0.15 0.06 312.47 0.86 0.59
Hex F0 3E CB 0 4A F 6 138 56 3B
Octal 360 76 313 0 112 17 6 470 126 73
Binary 11110000 111110 11001011 0 1001010 1111 110 100111000 1010110 111011

Color Harmonies of #F03ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03ECB

Black with #F03ECB

Text Example


Text Example

White with #F03ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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