#F052A0

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

Shades of Brilliant Rose #F052A0

Tints of Brilliant Rose #F052A0

Color information

#F052A0 (or 0xF052A0) is unknown color: approx Brilliant Rose. HEX triplet: F0, 52 and A0. RGB value is (240,82,160). Sum of RGB (Red+Green+Blue) = 240+82+160=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 82 (32.42% from 255 or 17.01% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F052A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F052A0 is #0FAD5F. Grayscale: #898989. Windows color (decimal): -1027424 or 10506992. OLE color: 10506992.

HSL color Cylindrical-coordinate representation of color #F052A0: hue angle of 330.38º 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 #F052A0 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB24082160-
CMYK00.660.330.06
HSL330.38º84.04%63.14%-
HSV(B)330.38º65.83%94.12%-
XYZ45.327.136.1-
YUV138.13140.35200.66-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.79%
GREEN value IS 82 (32.42% from 255) = 17.01%
BLUE value IS 160 (62.89% from 255) = 33.20%
R=49.79%
G=17.01%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408216000.660.330.06330.3884.0463.14
HexF052A004221614a543f
Octal360122240010241651212477
Binary11110000101001010100000010000101000011101010010101010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F052A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F052A0; }

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

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

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

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

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

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

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

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