Html Css Color HEX #F031DF Razzle Dazzle Rose

📋 copy color: '#F031DF'

red 240 ◦ green 49 ◦ blue 223

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

Shades of Razzle Dazzle Rose #F031DF

Tints of Razzle Dazzle Rose #F031DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.55%

R = 46.88%
G = 9.57%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F031DF (or 0xF031DF) is known color: Razzle Dazzle Rose. HEX triplet: F0, 31 and DF. RGB value is (240,49,223). Sum of RGB (Red+Green+Blue) = 240+49+223=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 49 (19.53% from 255 or 9.57% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F031DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F031DF is #0FCE20. Grayscale: #7D7D7D. Windows color (decimal): -1035809 or 14627312. OLE color: 14627312.

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

Color convert

RGB 240 49 223 -
CMYK 0 0.80 0.07 0.06
HSL 305.34º 0.86% 0.57% -
HSV(B) 305.34º 0.8% 0.94% -
XYZ 50.35 26.05 72.19 -
YUV 125.95 182.78 209.35 -
System Red Green Blue C M Y K H S L
Decimal 240 49 223 0 0.80 0.07 0.06 305.34 0.86 0.57
Hex F0 31 DF 0 50 7 6 131 56 39
Octal 360 61 337 0 120 7 6 461 126 71
Binary 11110000 110001 11011111 0 1010000 111 110 100110001 1010110 111001

Color Harmonies of #F031DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F031DF

Black with #F031DF

Text Example


Text Example

White with #F031DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F031DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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