#F555A7

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

Shades of Brilliant Rose #F555A7

Tints of Brilliant Rose #F555A7

Color information

#F555A7 (or 0xF555A7) is unknown color: approx Brilliant Rose. HEX triplet: F5, 55 and A7. RGB value is (245,85,167). Sum of RGB (Red+Green+Blue) = 245+85+167=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 85 (33.59% from 255 or 17.10% from 497); Blue value is 167 (65.62% from 255 or 33.60% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F555A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F555A7 is #0AAA58. Grayscale: #8E8E8E. Windows color (decimal): -698969 or 10966517. OLE color: 10966517.

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

Color convert

RGB24585167-
CMYK00.650.320.04
HSL329.25º88.89%64.71%-
HSV(B)329.25º65.31%96.08%-
XYZ47.8828.739.58-
YUV142.19142.01201.33-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.30%
GREEN value IS 85 (33.59% from 255) = 17.10%
BLUE value IS 167 (65.62% from 255) = 33.60%
R=49.30%
G=17.10%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458516700.650.320.04329.2588.8964.71
HexF555A70412041495941
Octal3651252470101404511131101
Binary111101011010101101001110100000110000010010100100110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F555A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F555A7; }

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

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

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

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

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

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

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

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