Html Css Color HEX #F047BA Razzle Dazzle Rose

📋 copy color: '#F047BA'

red 240 ◦ green 71 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F047BA

Tints of Razzle Dazzle Rose #F047BA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.29%

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

R = 48.29%
G = 14.29%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F047BA (or 0xF047BA) is known color: Razzle Dazzle Rose. HEX triplet: F0, 47 and BA. RGB value is (240,71,186). Sum of RGB (Red+Green+Blue) = 240+71+186=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 71 (28.12% from 255 or 14.29% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F047BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F047BA is #0FB845. Grayscale: #868686. Windows color (decimal): -1030214 or 12208112. OLE color: 12208112.

HSL color Cylindrical-coordinate representation of color #F047BA: hue angle of 319.17º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F047BA is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 71 186 -
CMYK 0 0.70 0.22 0.06
HSL 319.17º 0.85% 0.61% -
HSV(B) 319.17º 0.7% 0.94% -
XYZ 47.05 26.58 49.1 -
YUV 134.64 156.99 203.15 -
System Red Green Blue C M Y K H S L
Decimal 240 71 186 0 0.70 0.22 0.06 319.17 0.85 0.61
Hex F0 47 BA 0 46 16 6 13F 55 3D
Octal 360 107 272 0 106 26 6 477 125 75
Binary 11110000 1000111 10111010 0 1000110 10110 110 100111111 1010101 111101

Color Harmonies of #F047BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F047BA

Black with #F047BA

Text Example


Text Example

White with #F047BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F047BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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