Html Css Color HEX #F036C5 Razzle Dazzle Rose

📋 copy color: '#F036C5'

red 240 ◦ green 54 ◦ blue 197

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

Shades of Razzle Dazzle Rose #F036C5

Tints of Razzle Dazzle Rose #F036C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.12%

R = 48.88%
G = 11%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F036C5 (or 0xF036C5) is known color: Razzle Dazzle Rose. HEX triplet: F0, 36 and C5. RGB value is (240,54,197). Sum of RGB (Red+Green+Blue) = 240+54+197=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 54 (21.48% from 255 or 11.00% from 491); Blue value is 197 (77.34% from 255 or 40.12% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F036C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F036C5 is #0FC93A. Grayscale: #7D7D7D. Windows color (decimal): -1034555 or 12924656. OLE color: 12924656.

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

Color convert

RGB 240 54 197 -
CMYK 0 0.78 0.18 0.06
HSL 313.87º 0.86% 0.58% -
HSV(B) 313.87º 0.78% 0.94% -
XYZ 47.33 25.19 55.19 -
YUV 125.92 168.12 209.37 -
System Red Green Blue C M Y K H S L
Decimal 240 54 197 0 0.78 0.18 0.06 313.87 0.86 0.58
Hex F0 36 C5 0 4E 12 6 13A 56 3A
Octal 360 66 305 0 116 22 6 472 126 72
Binary 11110000 110110 11000101 0 1001110 10010 110 100111010 1010110 111010

Color Harmonies of #F036C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F036C5

Black with #F036C5

Text Example


Text Example

White with #F036C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F036C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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