Html Css Color HEX #F036DC Razzle Dazzle Rose

📋 copy color: '#F036DC'

red 240 ◦ green 54 ◦ blue 220

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

Shades of Razzle Dazzle Rose #F036DC

Tints of Razzle Dazzle Rose #F036DC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.51%

 BLUE value IS 220 (86.33% from 255) = 42.8%

R = 46.69%
G = 10.51%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F036DC (or 0xF036DC) is known color: Razzle Dazzle Rose. HEX triplet: F0, 36 and DC. RGB value is (240,54,220). Sum of RGB (Red+Green+Blue) = 240+54+220=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 54 (21.48% from 255 or 10.51% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F036DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F036DC is #0FC923. Grayscale: #808080. Windows color (decimal): -1034532 or 14431984. OLE color: 14431984.

HSL color Cylindrical-coordinate representation of color #F036DC: hue angle of 306.45º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F036DC is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 54 220 -
CMYK 0 0.78 0.08 0.06
HSL 306.45º 0.86% 0.58% -
HSV(B) 306.45º 0.78% 0.94% -
XYZ 50.17 26.33 70.15 -
YUV 128.54 179.62 207.5 -
System Red Green Blue C M Y K H S L
Decimal 240 54 220 0 0.78 0.08 0.06 306.45 0.86 0.58
Hex F0 36 DC 0 4E 8 6 132 56 3A
Octal 360 66 334 0 116 10 6 462 126 72
Binary 11110000 110110 11011100 0 1001110 1000 110 100110010 1010110 111010

Color Harmonies of #F036DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F036DC

Black with #F036DC

Text Example


Text Example

White with #F036DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F036DC; }

 p { color: rgb(240,54,220); }

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

background-color css

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

 a { background-color: rgb(240,54,220); }

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

border-color css

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

 span { border-color: rgb(240,54,220); }

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