Html Css Color HEX #F947D3 Razzle Dazzle Rose

📋 copy color: '#F947D3'

red 249 ◦ green 71 ◦ blue 211

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

Shades of Razzle Dazzle Rose #F947D3

Tints of Razzle Dazzle Rose #F947D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.74%

R = 46.89%
G = 13.37%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#F947D3 (or 0xF947D3) is known color: Razzle Dazzle Rose. HEX triplet: F9, 47 and D3. RGB value is (249,71,211). Sum of RGB (Red+Green+Blue) = 249+71+211=531 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.89% from 531); Green value is 71 (28.12% from 255 or 13.37% from 531); Blue value is 211 (82.81% from 255 or 39.74% from 531); Max value from RGB is 249 - color contains mainly: red. Hex color #F947D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F947D3 is #06B82C. Grayscale: #8B8B8B. Windows color (decimal): -440365 or 13846521. OLE color: 13846521.

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

Color convert

RGB 249 71 211 -
CMYK 0 0.71 0.15 0.02
HSL 312.81º 0.94% 0.63% -
HSV(B) 312.81º 0.71% 0.98% -
XYZ 53.08 29.35 64.5 -
YUV 140.18 167.97 205.62 -
System Red Green Blue C M Y K H S L
Decimal 249 71 211 0 0.71 0.15 0.02 312.81 0.94 0.63
Hex F9 47 D3 0 47 F 2 139 5E 3F
Octal 371 107 323 0 107 17 2 471 136 77
Binary 11111001 1000111 11010011 0 1000111 1111 10 100111001 1011110 111111

Color Harmonies of #F947D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F947D3

Black with #F947D3

Text Example


Text Example

White with #F947D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F947D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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