#F051A8

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

Shades of Brilliant Rose #F051A8

Tints of Brilliant Rose #F051A8

Color information

#F051A8 (or 0xF051A8) is unknown color: approx Brilliant Rose. HEX triplet: F0, 51 and A8. RGB value is (240,81,168). Sum of RGB (Red+Green+Blue) = 240+81+168=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 81 (32.03% from 255 or 16.56% from 489); Blue value is 168 (66.02% from 255 or 34.36% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F051A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F051A8 is #0FAE57. Grayscale: #8A8A8A. Windows color (decimal): -1027672 or 11031024. OLE color: 11031024.

HSL color Cylindrical-coordinate representation of color #F051A8: hue angle of 327.17º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F051A8 is Cyan = 0, Magento = 0.66, Yellow = 0.3 and Black (K on CMYK) = 0.06.

Color convert

RGB24081168-
CMYK00.660.30.06
HSL327.17º84.13%62.94%-
HSV(B)327.17º66.25%94.12%-
XYZ45.9527.2439.88-
YUV138.46144.68200.43-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.08%
GREEN value IS 81 (32.03% from 255) = 16.56%
BLUE value IS 168 (66.02% from 255) = 34.36%
R=49.08%
G=16.56%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.3
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408116800.660.30.06327.1784.1362.94
HexF051A80421E6147543f
Octal360121250010236650712477
Binary1111000010100011010100001000010111101101010001111010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F051A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F051A8; }

 p { color: rgb(240,81,168); }

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

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

 a { background-color: rgb(240,81,168); }

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

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

 span { border-color: rgb(240,81,168); }

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