Html Css Color HEX #F031BA Razzle Dazzle Rose

📋 copy color: '#F031BA'

red 240 ◦ green 49 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F031BA

Tints of Razzle Dazzle Rose #F031BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.16%

R = 50.53%
G = 10.32%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F031BA (or 0xF031BA) is known color: Razzle Dazzle Rose. HEX triplet: F0, 31 and BA. RGB value is (240,49,186). Sum of RGB (Red+Green+Blue) = 240+49+186=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 49 (19.53% from 255 or 10.32% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F031BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F031BA is #0FCE45. Grayscale: #797979. Windows color (decimal): -1035846 or 12202480. OLE color: 12202480.

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

Color convert

RGB 240 49 186 -
CMYK 0 0.80 0.22 0.06
HSL 316.96º 0.86% 0.57% -
HSV(B) 316.96º 0.8% 0.94% -
XYZ 45.9 24.27 48.72 -
YUV 121.73 164.28 212.36 -
System Red Green Blue C M Y K H S L
Decimal 240 49 186 0 0.80 0.22 0.06 316.96 0.86 0.57
Hex F0 31 BA 0 50 16 6 13D 56 39
Octal 360 61 272 0 120 26 6 475 126 71
Binary 11110000 110001 10111010 0 1010000 10110 110 100111101 1010110 111001

Color Harmonies of #F031BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F031BA

Black with #F031BA

Text Example


Text Example

White with #F031BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F031BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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