#F54DAB

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

Shades of Brilliant Rose #F54DAB

Tints of Brilliant Rose #F54DAB

Color information

#F54DAB (or 0xF54DAB) is unknown color: approx Brilliant Rose. HEX triplet: F5, 4D and AB. RGB value is (245,77,171). Sum of RGB (Red+Green+Blue) = 245+77+171=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 77 (30.47% from 255 or 15.62% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F54DAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F54DAB is #0AB254. Grayscale: #898989. Windows color (decimal): -701013 or 11226613. OLE color: 11226613.

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

Color convert

RGB24577171-
CMYK00.690.300.04
HSL326.43º89.36%63.14%-
HSV(B)326.43º68.57%96.08%-
XYZ47.6627.6641.36-
YUV137.95146.66204.36-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.70%
GREEN value IS 77 (30.47% from 255) = 15.62%
BLUE value IS 171 (67.19% from 255) = 34.69%
R=49.70%
G=15.62%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2457717100.690.300.04326.4389.3663.14
HexF54DAB0451E4146593f
Octal365115253010536450613177
Binary1111010110011011010101101000101111101001010001101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54DAB; }

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

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

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

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

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

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

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

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