Html Css Color HEX #F036CE Razzle Dazzle Rose

📋 copy color: '#F036CE'

red 240 ◦ green 54 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F036CE

Tints of Razzle Dazzle Rose #F036CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.2%

R = 48%
G = 10.8%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F036CE (or 0xF036CE) is known color: Razzle Dazzle Rose. HEX triplet: F0, 36 and CE. RGB value is (240,54,206). Sum of RGB (Red+Green+Blue) = 240+54+206=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 54 (21.48% from 255 or 10.8% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F036CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F036CE is #0FC931. Grayscale: #7E7E7E. Windows color (decimal): -1034546 or 13514480. OLE color: 13514480.

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

Color convert

RGB 240 54 206 -
CMYK 0 0.78 0.14 0.06
HSL 310.97º 0.86% 0.58% -
HSV(B) 310.97º 0.78% 0.94% -
XYZ 48.39 25.62 60.79 -
YUV 126.94 172.62 208.64 -
System Red Green Blue C M Y K H S L
Decimal 240 54 206 0 0.78 0.14 0.06 310.97 0.86 0.58
Hex F0 36 CE 0 4E E 6 137 56 3A
Octal 360 66 316 0 116 16 6 467 126 72
Binary 11110000 110110 11001110 0 1001110 1110 110 100110111 1010110 111010

Color Harmonies of #F036CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F036CE

Black with #F036CE

Text Example


Text Example

White with #F036CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F036CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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