#F71ED9

Color #F71ED9 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #F71ED9

Tints of Razzle Dazzle Rose #F71ED9

Color information

#F71ED9 (or 0xF71ED9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F7, 1E and D9. RGB value is (247,30,217). Sum of RGB (Red+Green+Blue) = 247+30+217=494 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50% from 494); Green value is 30 (12.11% from 255 or 6.07% from 494); Blue value is 217 (85.16% from 255 or 43.93% from 494); Max value from RGB is 247 - color contains mainly: red. Hex color #F71ED9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71ED9 is #08E126. Grayscale: #737373. Windows color (decimal): -581927 or 14229239. OLE color: 14229239.

HSL color Cylindrical-coordinate representation of color #F71ED9: hue angle of 308.29º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F71ED9 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB24730217-
CMYK00.880.120.03
HSL308.29º93.13%54.31%-
HSV(B)308.29º87.85%96.86%-
XYZ51.3525.7167.9-
YUV116.2184.89221.29-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50%
GREEN value IS 30 (12.11% from 255) = 6.07%
BLUE value IS 217 (85.16% from 255) = 43.93%
R=50%
G=6.07%
B=43.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2473021700.880.120.03308.2993.1354.31
HexF71ED9058C31345d36
Octal36736331013014346413566
Binary111101111111011011001010110001100111001101001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F71ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F71ED9; }

 p { color: rgb(247,30,217); }

 H1.HeaderClassName
 {
   color: #F71ED9;
 }
 .AnyTagClassName
 {
   color: #F71ED9;
 }
</style>
background-color css

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

 a { background-color: rgb(247,30,217); }

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

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

 span { border-color: rgb(247,30,217); }

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