#F454AB

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

Shades of Brilliant Rose #F454AB

Tints of Brilliant Rose #F454AB

Color information

#F454AB (or 0xF454AB) is unknown color: approx Brilliant Rose. HEX triplet: F4, 54 and AB. RGB value is (244,84,171). Sum of RGB (Red+Green+Blue) = 244+84+171=499 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.90% from 499); Green value is 84 (33.20% from 255 or 16.83% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 244 - color contains mainly: red. Hex color #F454AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F454AB is #0BAB54. Grayscale: #8D8D8D. Windows color (decimal): -764757 or 11228404. OLE color: 11228404.

HSL color Cylindrical-coordinate representation of color #F454AB: hue angle of 327.38º degrees, saturation: 0.88, 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 #F454AB is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB24484171-
CMYK00.660.300.04
HSL327.38º87.91%64.31%-
HSV(B)327.38º65.57%95.69%-
XYZ47.8328.5141.51-
YUV141.76144.51200.93-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.90%
GREEN value IS 84 (33.20% from 255) = 16.83%
BLUE value IS 171 (67.19% from 255) = 34.27%
R=48.90%
G=16.83%
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
Decimal2448417100.660.300.04327.3887.9164.31
HexF454AB0421E41475840
Octal3641242530102364507130100
Binary11110100101010010101011010000101111010010100011110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F454AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F454AB; }

 p { color: rgb(244,84,171); }

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

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

 a { background-color: rgb(244,84,171); }

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

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

 span { border-color: rgb(244,84,171); }

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