Html Css Color HEX #F947C9 Razzle Dazzle Rose

📋 copy color: '#F947C9'

red 249 ◦ green 71 ◦ blue 201

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

Shades of Razzle Dazzle Rose #F947C9

Tints of Razzle Dazzle Rose #F947C9

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.63%

 BLUE value IS 201 (78.91% from 255) = 38.58%

R = 47.79%
G = 13.63%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#F947C9 (or 0xF947C9) is known color: Razzle Dazzle Rose. HEX triplet: F9, 47 and C9. RGB value is (249,71,201). Sum of RGB (Red+Green+Blue) = 249+71+201=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 71 (28.12% from 255 or 13.63% from 521); Blue value is 201 (78.91% from 255 or 38.58% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F947C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F947C9 is #06B836. Grayscale: #8A8A8A. Windows color (decimal): -440375 or 13191161. OLE color: 13191161.

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

Color convert

RGB 249 71 201 -
CMYK 0 0.71 0.19 0.02
HSL 316.18º 0.94% 0.63% -
HSV(B) 316.18º 0.71% 0.98% -
XYZ 51.86 28.86 58.1 -
YUV 139.04 162.97 206.43 -
System Red Green Blue C M Y K H S L
Decimal 249 71 201 0 0.71 0.19 0.02 316.18 0.94 0.63
Hex F9 47 C9 0 47 13 2 13C 5E 3F
Octal 371 107 311 0 107 23 2 474 136 77
Binary 11111001 1000111 11001001 0 1000111 10011 10 100111100 1011110 111111

Color Harmonies of #F947C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F947C9

Black with #F947C9

Text Example


Text Example

White with #F947C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F947C9; }

 p { color: rgb(249,71,201); }

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

background-color css

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

 a { background-color: rgb(249,71,201); }

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

border-color css

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

 span { border-color: rgb(249,71,201); }

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