Html Css Color HEX #F947D1 Razzle Dazzle Rose

📋 copy color: '#F947D1'

red 249 ◦ green 71 ◦ blue 209

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

Shades of Razzle Dazzle Rose #F947D1

Tints of Razzle Dazzle Rose #F947D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.51%

R = 47.07%
G = 13.42%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F947D1 (or 0xF947D1) is known color: Razzle Dazzle Rose. HEX triplet: F9, 47 and D1. RGB value is (249,71,209). Sum of RGB (Red+Green+Blue) = 249+71+209=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 71 (28.12% from 255 or 13.42% from 529); Blue value is 209 (82.03% from 255 or 39.51% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F947D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F947D1 is #06B82E. Grayscale: #8B8B8B. Windows color (decimal): -440367 or 13715449. OLE color: 13715449.

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

Color convert

RGB 249 71 209 -
CMYK 0 0.71 0.16 0.02
HSL 313.48º 0.94% 0.63% -
HSV(B) 313.48º 0.71% 0.98% -
XYZ 52.83 29.25 63.18 -
YUV 139.95 166.97 205.78 -
System Red Green Blue C M Y K H S L
Decimal 249 71 209 0 0.71 0.16 0.02 313.48 0.94 0.63
Hex F9 47 D1 0 47 10 2 139 5E 3F
Octal 371 107 321 0 107 20 2 471 136 77
Binary 11111001 1000111 11010001 0 1000111 10000 10 100111001 1011110 111111

Color Harmonies of #F947D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F947D1

Black with #F947D1

Text Example


Text Example

White with #F947D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F947D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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