Html Css Color HEX #F949CE Razzle Dazzle Rose

📋 copy color: '#F949CE'

red 249 ◦ green 73 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F949CE

Tints of Razzle Dazzle Rose #F949CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.02%

R = 47.16%
G = 13.83%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F949CE (or 0xF949CE) is known color: Razzle Dazzle Rose. HEX triplet: F9, 49 and CE. RGB value is (249,73,206). Sum of RGB (Red+Green+Blue) = 249+73+206=528 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.16% from 528); Green value is 73 (28.91% from 255 or 13.83% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 249 - color contains mainly: red. Hex color #F949CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F949CE is #06B631. Grayscale: #8C8C8C. Windows color (decimal): -439858 or 13519353. OLE color: 13519353.

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

Color convert

RGB 249 73 206 -
CMYK 0 0.71 0.17 0.02
HSL 314.66º 0.94% 0.63% -
HSV(B) 314.66º 0.71% 0.98% -
XYZ 52.59 29.36 61.29 -
YUV 140.79 164.81 205.19 -
System Red Green Blue C M Y K H S L
Decimal 249 73 206 0 0.71 0.17 0.02 314.66 0.94 0.63
Hex F9 49 CE 0 47 11 2 13B 5E 3F
Octal 371 111 316 0 107 21 2 473 136 77
Binary 11111001 1001001 11001110 0 1000111 10001 10 100111011 1011110 111111

Color Harmonies of #F949CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F949CE

Black with #F949CE

Text Example


Text Example

White with #F949CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F949CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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