Html Css Color HEX #F947DF Razzle Dazzle Rose

📋 copy color: '#F947DF'

red 249 ◦ green 71 ◦ blue 223

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

Shades of Razzle Dazzle Rose #F947DF

Tints of Razzle Dazzle Rose #F947DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.07%

R = 45.86%
G = 13.08%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F947DF (or 0xF947DF) is known color: Razzle Dazzle Rose. HEX triplet: F9, 47 and DF. RGB value is (249,71,223). Sum of RGB (Red+Green+Blue) = 249+71+223=543 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.86% from 543); Green value is 71 (28.12% from 255 or 13.08% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 249 - color contains mainly: red. Hex color #F947DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F947DF is #06B820. Grayscale: #8D8D8D. Windows color (decimal): -440353 or 14632953. OLE color: 14632953.

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

Color convert

RGB 249 71 223 -
CMYK 0 0.71 0.10 0.02
HSL 308.76º 0.94% 0.63% -
HSV(B) 308.76º 0.71% 0.98% -
XYZ 54.64 29.97 72.72 -
YUV 141.55 173.97 204.64 -
System Red Green Blue C M Y K H S L
Decimal 249 71 223 0 0.71 0.10 0.02 308.76 0.94 0.63
Hex F9 47 DF 0 47 A 2 135 5E 3F
Octal 371 107 337 0 107 12 2 465 136 77
Binary 11111001 1000111 11011111 0 1000111 1010 10 100110101 1011110 111111

Color Harmonies of #F947DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F947DF

Black with #F947DF

Text Example


Text Example

White with #F947DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F947DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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