Html Css Color HEX #F949BA Razzle Dazzle Rose

📋 copy color: '#F949BA'

red 249 ◦ green 73 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F949BA

Tints of Razzle Dazzle Rose #F949BA

RGB

 RED value IS 249 (97.66% from 255) = 49.02%

 GREEN value IS 73 (28.91% from 255) = 14.37%

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

R = 49.02%
G = 14.37%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F949BA (or 0xF949BA) is known color: Razzle Dazzle Rose. HEX triplet: F9, 49 and BA. RGB value is (249,73,186). Sum of RGB (Red+Green+Blue) = 249+73+186=508 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.02% from 508); Green value is 73 (28.91% from 255 or 14.37% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 249 - color contains mainly: red. Hex color #F949BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F949BA is #06B645. Grayscale: #8A8A8A. Windows color (decimal): -439878 or 12208633. OLE color: 12208633.

HSL color Cylindrical-coordinate representation of color #F949BA: hue angle of 321.48º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F949BA is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 73 186 -
CMYK 0 0.71 0.25 0.02
HSL 321.48º 0.94% 0.63% -
HSV(B) 321.48º 0.71% 0.98% -
XYZ 50.31 28.45 49.29 -
YUV 138.51 154.81 206.81 -
System Red Green Blue C M Y K H S L
Decimal 249 73 186 0 0.71 0.25 0.02 321.48 0.94 0.63
Hex F9 49 BA 0 47 19 2 141 5E 3F
Octal 371 111 272 0 107 31 2 501 136 77
Binary 11111001 1001001 10111010 0 1000111 11001 10 101000001 1011110 111111

Color Harmonies of #F949BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F949BA

Black with #F949BA

Text Example


Text Example

White with #F949BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F949BA; }

 p { color: rgb(249,73,186); }

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

background-color css

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

 a { background-color: rgb(249,73,186); }

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

border-color css

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

 span { border-color: rgb(249,73,186); }

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