#F51ED8

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

Shades of Razzle Dazzle Rose #F51ED8

Tints of Razzle Dazzle Rose #F51ED8

Color information

#F51ED8 (or 0xF51ED8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 1E and D8. RGB value is (245,30,216). Sum of RGB (Red+Green+Blue) = 245+30+216=491 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.90% from 491); Green value is 30 (12.11% from 255 or 6.11% from 491); Blue value is 216 (84.77% from 255 or 43.99% from 491); Max value from RGB is 245 - color contains mainly: red. Hex color #F51ED8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51ED8 is #0AE127. Grayscale: #727272. Windows color (decimal): -713000 or 14163701. OLE color: 14163701.

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

Color convert

RGB24530216-
CMYK00.880.120.04
HSL308.09º91.49%53.92%-
HSV(B)308.09º87.76%96.08%-
XYZ50.5225.367.19-
YUV115.49184.73220.38-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.90%
GREEN value IS 30 (12.11% from 255) = 6.11%
BLUE value IS 216 (84.77% from 255) = 43.99%
R=49.90%
G=6.11%
B=43.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2453021600.880.120.04308.0991.4953.92
HexF51ED8058C41345b36
Octal36536330013014446413366
Binary1111010111110110110000101100011001001001101001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F51ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F51ED8; }

 p { color: rgb(245,30,216); }

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

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

 a { background-color: rgb(245,30,216); }

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

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

 span { border-color: rgb(245,30,216); }

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