#F55AA7

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

Shades of Brilliant Rose #F55AA7

Tints of Brilliant Rose #F55AA7

Color information

#F55AA7 (or 0xF55AA7) is unknown color: approx Brilliant Rose. HEX triplet: F5, 5A and A7. RGB value is (245,90,167). Sum of RGB (Red+Green+Blue) = 245+90+167=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 90 (35.55% from 255 or 17.93% from 502); Blue value is 167 (65.62% from 255 or 33.27% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F55AA7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55AA7 is #0AA558. Grayscale: #909090. Windows color (decimal): -697689 or 10967797. OLE color: 10967797.

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

Color convert

RGB24590167-
CMYK00.630.320.04
HSL330.19º88.57%65.69%-
HSV(B)330.19º63.27%96.08%-
XYZ48.2929.5139.71-
YUV145.12140.35199.24-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.80%
GREEN value IS 90 (35.55% from 255) = 17.93%
BLUE value IS 167 (65.62% from 255) = 33.27%
R=48.80%
G=17.93%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.32
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459016700.630.320.04330.1988.5765.69
HexF55AA703F20414a5942
Octal365132247077404512131102
Binary11110101101101010100111011111110000010010100101010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55AA7; }

 p { color: rgb(245,90,167); }

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

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

 a { background-color: rgb(245,90,167); }

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

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

 span { border-color: rgb(245,90,167); }

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