Html Css Color HEX #F031DA Razzle Dazzle Rose

📋 copy color: '#F031DA'

red 240 ◦ green 49 ◦ blue 218

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

Shades of Razzle Dazzle Rose #F031DA

Tints of Razzle Dazzle Rose #F031DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43%

R = 47.34%
G = 9.66%
B = 43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F031DA (or 0xF031DA) is known color: Razzle Dazzle Rose. HEX triplet: F0, 31 and DA. RGB value is (240,49,218). Sum of RGB (Red+Green+Blue) = 240+49+218=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 49 (19.53% from 255 or 9.66% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F031DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F031DA is #0FCE25. Grayscale: #7C7C7C. Windows color (decimal): -1035814 or 14299632. OLE color: 14299632.

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

Color convert

RGB 240 49 218 -
CMYK 0 0.80 0.09 0.06
HSL 306.91º 0.86% 0.57% -
HSV(B) 306.91º 0.8% 0.94% -
XYZ 49.69 25.78 68.69 -
YUV 125.38 180.28 209.76 -
System Red Green Blue C M Y K H S L
Decimal 240 49 218 0 0.80 0.09 0.06 306.91 0.86 0.57
Hex F0 31 DA 0 50 9 6 133 56 39
Octal 360 61 332 0 120 11 6 463 126 71
Binary 11110000 110001 11011010 0 1010000 1001 110 100110011 1010110 111001

Color Harmonies of #F031DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F031DA

Black with #F031DA

Text Example


Text Example

White with #F031DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F031DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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