#F552A9

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

Shades of Brilliant Rose #F552A9

Tints of Brilliant Rose #F552A9

Color information

#F552A9 (or 0xF552A9) is unknown color: approx Brilliant Rose. HEX triplet: F5, 52 and A9. RGB value is (245,82,169). Sum of RGB (Red+Green+Blue) = 245+82+169=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 82 (32.42% from 255 or 16.53% from 496); Blue value is 169 (66.41% from 255 or 34.07% from 496); Max value from RGB is 245 - color contains mainly: red. Hex color #F552A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F552A9 is #0AAD56. Grayscale: #8C8C8C. Windows color (decimal): -699735 or 11096821. OLE color: 11096821.

HSL color Cylindrical-coordinate representation of color #F552A9: hue angle of 327.98º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F552A9 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB24582169-
CMYK00.670.310.04
HSL327.98º89.07%64.12%-
HSV(B)327.98º66.53%96.08%-
XYZ47.8328.3140.48-
YUV140.66144202.43-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.40%
GREEN value IS 82 (32.42% from 255) = 16.53%
BLUE value IS 169 (66.41% from 255) = 34.07%
R=49.40%
G=16.53%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458216900.670.310.04327.9889.0764.12
HexF552A90431F41485940
Octal3651222510103374510131100
Binary11110101101001010101001010000111111110010100100010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F552A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F552A9; }

 p { color: rgb(245,82,169); }

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

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

 a { background-color: rgb(245,82,169); }

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

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

 span { border-color: rgb(245,82,169); }

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