Html Css Color HEX #F03ED2 Razzle Dazzle Rose

📋 copy color: '#F03ED2'

red 240 ◦ green 62 ◦ blue 210

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

Shades of Razzle Dazzle Rose #F03ED2

Tints of Razzle Dazzle Rose #F03ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.02%

R = 46.88%
G = 12.11%
B = 41.02%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F03ED2 (or 0xF03ED2) is known color: Razzle Dazzle Rose. HEX triplet: F0, 3E and D2. RGB value is (240,62,210). Sum of RGB (Red+Green+Blue) = 240+62+210=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 62 (24.61% from 255 or 12.11% from 512); Blue value is 210 (82.42% from 255 or 41.02% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F03ED2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F03ED2 is #0FC12D. Grayscale: #838383. Windows color (decimal): -1032494 or 13778672. OLE color: 13778672.

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

Color convert

RGB 240 62 210 -
CMYK 0 0.74 0.12 0.06
HSL 310.11º 0.86% 0.59% -
HSV(B) 310.11º 0.74% 0.94% -
XYZ 49.29 26.62 63.51 -
YUV 132.09 171.97 204.97 -
System Red Green Blue C M Y K H S L
Decimal 240 62 210 0 0.74 0.12 0.06 310.11 0.86 0.59
Hex F0 3E D2 0 4A C 6 136 56 3B
Octal 360 76 322 0 112 14 6 466 126 73
Binary 11110000 111110 11010010 0 1001010 1100 110 100110110 1010110 111011

Color Harmonies of #F03ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03ED2

Black with #F03ED2

Text Example


Text Example

White with #F03ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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