#f554aa

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

Shades of Brilliant Rose #F554AA

Tints of Brilliant Rose #F554AA

Color information

#F554AA (or 0xF554AA) is unknown color: approx Brilliant Rose. HEX triplet: F5, 54 and AA. RGB value is (245,84,170). Sum of RGB (Red+Green+Blue) = 245+84+170=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 84 (33.20% from 255 or 16.83% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F554AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F554AA is #0AAB55. Grayscale: #8D8D8D. Windows color (decimal): -699222 or 11162869. OLE color: 11162869.

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

Color convert

RGB24584170-
CMYK00.660.310.04
HSL327.95º88.95%64.51%-
HSV(B)327.95º65.71%96.08%-
XYZ48.0828.6641.03-
YUV141.94143.84201.51-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.10%
GREEN value IS 84 (33.20% from 255) = 16.83%
BLUE value IS 170 (66.80% from 255) = 34.07%
R=49.10%
G=16.83%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458417000.660.310.04327.9588.9564.51
HexF554AA0421F41485941
Octal3651242520102374510131101
Binary11110101101010010101010010000101111110010100100010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f554aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f554aa; }

 p { color: rgb(245,84,170); }

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

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

 a { background-color: rgb(245,84,170); }

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

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

 span { border-color: rgb(245,84,170); }

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