#F553AB

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

Shades of Brilliant Rose #F553AB

Tints of Brilliant Rose #F553AB

Color information

#F553AB (or 0xF553AB) is unknown color: approx Brilliant Rose. HEX triplet: F5, 53 and AB. RGB value is (245,83,171). Sum of RGB (Red+Green+Blue) = 245+83+171=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 83 (32.81% from 255 or 16.63% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F553AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F553AB is #0AAC54. Grayscale: #8D8D8D. Windows color (decimal): -699477 or 11228149. OLE color: 11228149.

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

Color convert

RGB24583171-
CMYK00.660.300.04
HSL327.41º89.01%64.31%-
HSV(B)327.41º66.12%96.08%-
XYZ48.128.5441.5-
YUV141.47144.67201.84-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.10%
GREEN value IS 83 (32.81% from 255) = 16.63%
BLUE value IS 171 (67.19% from 255) = 34.27%
R=49.10%
G=16.63%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458317100.660.300.04327.4189.0164.31
HexF553AB0421E41475940
Octal3651232530102364507131100
Binary11110101101001110101011010000101111010010100011110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F553AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F553AB; }

 p { color: rgb(245,83,171); }

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

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

 a { background-color: rgb(245,83,171); }

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

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

 span { border-color: rgb(245,83,171); }

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