Html Css Color HEX #F947D6 Razzle Dazzle Rose

📋 copy color: '#F947D6'

red 249 ◦ green 71 ◦ blue 214

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

Shades of Razzle Dazzle Rose #F947D6

Tints of Razzle Dazzle Rose #F947D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.07%

R = 46.63%
G = 13.3%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#F947D6 (or 0xF947D6) is known color: Razzle Dazzle Rose. HEX triplet: F9, 47 and D6. RGB value is (249,71,214). Sum of RGB (Red+Green+Blue) = 249+71+214=534 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.63% from 534); Green value is 71 (28.12% from 255 or 13.30% from 534); Blue value is 214 (83.98% from 255 or 40.07% from 534); Max value from RGB is 249 - color contains mainly: red. Hex color #F947D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F947D6 is #06B829. Grayscale: #8C8C8C. Windows color (decimal): -440362 or 14043129. OLE color: 14043129.

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

Color convert

RGB 249 71 214 -
CMYK 0 0.71 0.14 0.02
HSL 311.8º 0.94% 0.63% -
HSV(B) 311.8º 0.71% 0.98% -
XYZ 53.46 29.5 66.5 -
YUV 140.52 169.47 205.37 -
System Red Green Blue C M Y K H S L
Decimal 249 71 214 0 0.71 0.14 0.02 311.8 0.94 0.63
Hex F9 47 D6 0 47 E 2 138 5E 3F
Octal 371 107 326 0 107 16 2 470 136 77
Binary 11111001 1000111 11010110 0 1000111 1110 10 100111000 1011110 111111

Color Harmonies of #F947D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F947D6

Black with #F947D6

Text Example


Text Example

White with #F947D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F947D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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