Html Css Color HEX #F949BF Razzle Dazzle Rose

📋 copy color: '#F949BF'

red 249 ◦ green 73 ◦ blue 191

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

Shades of Razzle Dazzle Rose #F949BF

Tints of Razzle Dazzle Rose #F949BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.23%

R = 48.54%
G = 14.23%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#F949BF (or 0xF949BF) is known color: Razzle Dazzle Rose. HEX triplet: F9, 49 and BF. RGB value is (249,73,191). Sum of RGB (Red+Green+Blue) = 249+73+191=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 73 (28.91% from 255 or 14.23% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 249 - color contains mainly: red. Hex color #F949BF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F949BF is #06B640. Grayscale: #8A8A8A. Windows color (decimal): -439873 or 12536313. OLE color: 12536313.

HSL color Cylindrical-coordinate representation of color #F949BF: hue angle of 319.77º 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 #F949BF is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 73 191 -
CMYK 0 0.71 0.23 0.02
HSL 319.77º 0.94% 0.63% -
HSV(B) 319.77º 0.71% 0.98% -
XYZ 50.85 28.67 52.14 -
YUV 139.08 157.31 206.41 -
System Red Green Blue C M Y K H S L
Decimal 249 73 191 0 0.71 0.23 0.02 319.77 0.94 0.63
Hex F9 49 BF 0 47 17 2 140 5E 3F
Octal 371 111 277 0 107 27 2 500 136 77
Binary 11111001 1001001 10111111 0 1000111 10111 10 101000000 1011110 111111

Color Harmonies of #F949BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F949BF

Black with #F949BF

Text Example


Text Example

White with #F949BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F949BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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