#F54DA1

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

Shades of Brilliant Rose #F54DA1

Tints of Brilliant Rose #F54DA1

Color information

#F54DA1 (or 0xF54DA1) is unknown color: approx Brilliant Rose. HEX triplet: F5, 4D and A1. RGB value is (245,77,161). Sum of RGB (Red+Green+Blue) = 245+77+161=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 77 (30.47% from 255 or 15.94% from 483); Blue value is 161 (63.28% from 255 or 33.33% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F54DA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F54DA1 is #0AB25E. Grayscale: #888888. Windows color (decimal): -701023 or 10571253. OLE color: 10571253.

HSL color Cylindrical-coordinate representation of color #F54DA1: hue angle of 330º 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 #F54DA1 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.04.

Color convert

RGB24577161-
CMYK00.690.340.04
HSL330º89.36%63.14%-
HSV(B)330º68.57%96.08%-
XYZ46.7427.2936.52-
YUV136.81141.66205.17-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.72%
GREEN value IS 77 (30.47% from 255) = 15.94%
BLUE value IS 161 (63.28% from 255) = 33.33%
R=50.72%
G=15.94%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.34
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2457716100.690.340.0433089.3663.14
HexF54DA104522414a593f
Octal365115241010542451213177
Binary11110101100110110100001010001011000101001010010101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54DA1; }

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

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

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

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

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

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

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

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