#F54B8C

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

Shades of French Rose #F54B8C

Tints of French Rose #F54B8C

Color information

#F54B8C (or 0xF54B8C) is unknown color: approx French Rose. HEX triplet: F5, 4B and 8C. RGB value is (245,75,140). Sum of RGB (Red+Green+Blue) = 245+75+140=460 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.26% from 460); Green value is 75 (29.69% from 255 or 16.30% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 245 - color contains mainly: red. Hex color #F54B8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54B8C is #0AB473. Grayscale: #858585. Windows color (decimal): -701556 or 9194485. OLE color: 9194485.

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

Color convert

RGB24575140-
CMYK00.690.430.04
HSL337.06º89.47%62.75%-
HSV(B)337.06º69.39%96.08%-
XYZ44.9126.3427.53-
YUV133.24131.82207.71-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.26%
GREEN value IS 75 (29.69% from 255) = 16.30%
BLUE value IS 140 (55.08% from 255) = 30.43%
R=53.26%
G=16.30%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2457514000.690.430.04337.0689.4762.75
HexF54B8C0452B4151593f
Octal365113214010553452113177
Binary11110101100101110001100010001011010111001010100011011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54B8C; }

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

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

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

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

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

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

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

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