Html Css Color HEX #F949D8 Razzle Dazzle Rose

📋 copy color: '#F949D8'

red 249 ◦ green 73 ◦ blue 216

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

Shades of Razzle Dazzle Rose #F949D8

Tints of Razzle Dazzle Rose #F949D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.15%

R = 46.28%
G = 13.57%
B = 40.15%

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

#F949D8 (or 0xF949D8) is known color: Razzle Dazzle Rose. HEX triplet: F9, 49 and D8. RGB value is (249,73,216). Sum of RGB (Red+Green+Blue) = 249+73+216=538 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.28% from 538); Green value is 73 (28.91% from 255 or 13.57% from 538); Blue value is 216 (84.77% from 255 or 40.15% from 538); Max value from RGB is 249 - color contains mainly: red. Hex color #F949D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F949D8 is #06B627. Grayscale: #8D8D8D. Windows color (decimal): -439848 or 14174713. OLE color: 14174713.

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

Color convert

RGB 249 73 216 -
CMYK 0 0.71 0.13 0.02
HSL 311.25º 0.94% 0.63% -
HSV(B) 311.25º 0.71% 0.98% -
XYZ 53.84 29.86 67.89 -
YUV 141.93 169.81 204.37 -
System Red Green Blue C M Y K H S L
Decimal 249 73 216 0 0.71 0.13 0.02 311.25 0.94 0.63
Hex F9 49 D8 0 47 D 2 137 5E 3F
Octal 371 111 330 0 107 15 2 467 136 77
Binary 11111001 1001001 11011000 0 1000111 1101 10 100110111 1011110 111111

Color Harmonies of #F949D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F949D8

Black with #F949D8

Text Example


Text Example

White with #F949D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F949D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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