Html Css Color HEX #F949D9 Razzle Dazzle Rose

📋 copy color: '#F949D9'

red 249 ◦ green 73 ◦ blue 217

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

Shades of Razzle Dazzle Rose #F949D9

Tints of Razzle Dazzle Rose #F949D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.26%

R = 46.2%
G = 13.54%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#F949D9 (or 0xF949D9) is known color: Razzle Dazzle Rose. HEX triplet: F9, 49 and D9. RGB value is (249,73,217). Sum of RGB (Red+Green+Blue) = 249+73+217=539 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.20% from 539); Green value is 73 (28.91% from 255 or 13.54% from 539); Blue value is 217 (85.16% from 255 or 40.26% from 539); Max value from RGB is 249 - color contains mainly: red. Hex color #F949D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F949D9 is #06B626. Grayscale: #8D8D8D. Windows color (decimal): -439847 or 14240249. OLE color: 14240249.

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

Color convert

RGB 249 73 217 -
CMYK 0 0.71 0.13 0.02
HSL 310.91º 0.94% 0.63% -
HSV(B) 310.91º 0.71% 0.98% -
XYZ 53.97 29.91 68.58 -
YUV 142.04 170.31 204.29 -
System Red Green Blue C M Y K H S L
Decimal 249 73 217 0 0.71 0.13 0.02 310.91 0.94 0.63
Hex F9 49 D9 0 47 D 2 137 5E 3F
Octal 371 111 331 0 107 15 2 467 136 77
Binary 11111001 1001001 11011001 0 1000111 1101 10 100110111 1011110 111111

Color Harmonies of #F949D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F949D9

Black with #F949D9

Text Example


Text Example

White with #F949D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F949D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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