#F052A2

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

Shades of Brilliant Rose #F052A2

Tints of Brilliant Rose #F052A2

Color information

#F052A2 (or 0xF052A2) is unknown color: approx Brilliant Rose. HEX triplet: F0, 52 and A2. RGB value is (240,82,162). Sum of RGB (Red+Green+Blue) = 240+82+162=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 82 (32.42% from 255 or 16.94% from 484); Blue value is 162 (63.67% from 255 or 33.47% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F052A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F052A2 is #0FAD5D. Grayscale: #8A8A8A. Windows color (decimal): -1027422 or 10638064. OLE color: 10638064.

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

Color convert

RGB24082162-
CMYK00.660.320.06
HSL329.62º84.04%63.14%-
HSV(B)329.62º65.83%94.12%-
XYZ45.4727.1737.03-
YUV138.36141.35200.5-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.59%
GREEN value IS 82 (32.42% from 255) = 16.94%
BLUE value IS 162 (63.67% from 255) = 33.47%
R=49.59%
G=16.94%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408216200.660.320.06329.6284.0463.14
HexF052A204220614a543f
Octal360122242010240651212477
Binary11110000101001010100010010000101000001101010010101010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F052A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F052A2; }

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

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

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

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

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

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

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

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