#F058A0

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

Shades of Brilliant Rose #F058A0

Tints of Brilliant Rose #F058A0

Color information

#F058A0 (or 0xF058A0) is unknown color: approx Brilliant Rose. HEX triplet: F0, 58 and A0. RGB value is (240,88,160). Sum of RGB (Red+Green+Blue) = 240+88+160=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 88 (34.77% from 255 or 18.03% from 488); Blue value is 160 (62.89% from 255 or 32.79% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F058A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F058A0 is #0FA75F. Grayscale: #8D8D8D. Windows color (decimal): -1025888 or 10508528. OLE color: 10508528.

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

Color convert

RGB24088160-
CMYK00.630.330.06
HSL331.58º83.52%64.31%-
HSV(B)331.58º63.33%94.12%-
XYZ45.7728.0436.26-
YUV141.66138.36198.15-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.18%
GREEN value IS 88 (34.77% from 255) = 18.03%
BLUE value IS 160 (62.89% from 255) = 32.79%
R=49.18%
G=18.03%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408816000.630.330.06331.5883.5264.31
HexF058A003F21614c5440
Octal360130240077416514124100
Binary11110000101100010100000011111110000111010100110010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F058A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F058A0; }

 p { color: rgb(240,88,160); }

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

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

 a { background-color: rgb(240,88,160); }

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

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

 span { border-color: rgb(240,88,160); }

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