#F54B8D

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

Shades of French Rose #F54B8D

Tints of French Rose #F54B8D

Color information

#F54B8D (or 0xF54B8D) is unknown color: approx French Rose. HEX triplet: F5, 4B and 8D. RGB value is (245,75,141). Sum of RGB (Red+Green+Blue) = 245+75+141=461 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.15% from 461); Green value is 75 (29.69% from 255 or 16.27% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 245 - color contains mainly: red. Hex color #F54B8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54B8D is #0AB472. Grayscale: #858585. Windows color (decimal): -701555 or 9260021. OLE color: 9260021.

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

Color convert

RGB24575141-
CMYK00.690.420.04
HSL336.71º89.47%62.75%-
HSV(B)336.71º69.39%96.08%-
XYZ44.9826.3727.92-
YUV133.35132.32207.63-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.15%
GREEN value IS 75 (29.69% from 255) = 16.27%
BLUE value IS 141 (55.47% from 255) = 30.59%
R=53.15%
G=16.27%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2457514100.690.420.04336.7189.4762.75
HexF54B8D0452A4151593f
Octal365113215010552452113177
Binary11110101100101110001101010001011010101001010100011011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54B8D; }

 p { color: rgb(245,75,141); }

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

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

 a { background-color: rgb(245,75,141); }

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

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

 span { border-color: rgb(245,75,141); }

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