Html Css Color HEX #F036C2 Razzle Dazzle Rose

📋 copy color: '#F036C2'

red 240 ◦ green 54 ◦ blue 194

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

Shades of Razzle Dazzle Rose #F036C2

Tints of Razzle Dazzle Rose #F036C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.75%

R = 49.18%
G = 11.07%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#F036C2 (or 0xF036C2) is known color: Razzle Dazzle Rose. HEX triplet: F0, 36 and C2. RGB value is (240,54,194). Sum of RGB (Red+Green+Blue) = 240+54+194=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 54 (21.48% from 255 or 11.07% from 488); Blue value is 194 (76.17% from 255 or 39.75% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F036C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F036C2 is #0FC93D. Grayscale: #7D7D7D. Windows color (decimal): -1034558 or 12728048. OLE color: 12728048.

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

Color convert

RGB 240 54 194 -
CMYK 0 0.78 0.19 0.06
HSL 314.84º 0.86% 0.58% -
HSV(B) 314.84º 0.78% 0.94% -
XYZ 46.99 25.06 53.4 -
YUV 125.57 166.62 209.62 -
System Red Green Blue C M Y K H S L
Decimal 240 54 194 0 0.78 0.19 0.06 314.84 0.86 0.58
Hex F0 36 C2 0 4E 13 6 13B 56 3A
Octal 360 66 302 0 116 23 6 473 126 72
Binary 11110000 110110 11000010 0 1001110 10011 110 100111011 1010110 111010

Color Harmonies of #F036C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F036C2

Black with #F036C2

Text Example


Text Example

White with #F036C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F036C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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