Html Css Color HEX #F031EF Razzle Dazzle Rose

📋 copy color: '#F031EF'

red 240 ◦ green 49 ◦ blue 239

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

Shades of Razzle Dazzle Rose #F031EF

Tints of Razzle Dazzle Rose #F031EF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.28%

 BLUE value IS 239 (93.75% from 255) = 45.27%

R = 45.45%
G = 9.28%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#F031EF (or 0xF031EF) is known color: Razzle Dazzle Rose. HEX triplet: F0, 31 and EF. RGB value is (240,49,239). Sum of RGB (Red+Green+Blue) = 240+49+239=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 49 (19.53% from 255 or 9.28% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F031EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F031EF is #0FCE10. Grayscale: #7F7F7F. Windows color (decimal): -1035793 or 15675888. OLE color: 15675888.

HSL color Cylindrical-coordinate representation of color #F031EF: hue angle of 300.31º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F031EF is Cyan = 0, Magento = 0.80, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 49 239 -
CMYK 0 0.80 0.00 0.06
HSL 300.31º 0.86% 0.57% -
HSV(B) 300.31º 0.8% 0.94% -
XYZ 52.61 26.95 84.09 -
YUV 127.77 190.78 208.05 -
System Red Green Blue C M Y K H S L
Decimal 240 49 239 0 0.80 0.00 0.06 300.31 0.86 0.57
Hex F0 31 EF 0 50 0 6 12C 56 39
Octal 360 61 357 0 120 0 6 454 126 71
Binary 11110000 110001 11101111 0 1010000 0 110 100101100 1010110 111001

Color Harmonies of #F031EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F031EF

Black with #F031EF

Text Example


Text Example

White with #F031EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F031EF; }

 p { color: rgb(240,49,239); }

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

background-color css

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

 a { background-color: rgb(240,49,239); }

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

border-color css

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

 span { border-color: rgb(240,49,239); }

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