#F54882

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

Shades of French Rose #F54882

Tints of French Rose #F54882

Color information

#F54882 (or 0xF54882) is unknown color: approx French Rose. HEX triplet: F5, 48 and 82. RGB value is (245,72,130). Sum of RGB (Red+Green+Blue) = 245+72+130=447 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.81% from 447); Green value is 72 (28.52% from 255 or 16.11% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 245 - color contains mainly: red. Hex color #F54882 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54882 is #0AB77D. Grayscale: #828282. Windows color (decimal): -702334 or 8538357. OLE color: 8538357.

HSL color Cylindrical-coordinate representation of color #F54882: hue angle of 339.88º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F54882 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB24572130-
CMYK00.710.470.04
HSL339.88º89.64%62.16%-
HSV(B)339.88º70.61%96.08%-
XYZ4425.6623.75-
YUV130.34127.81209.78-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 54.81%
GREEN value IS 72 (28.52% from 255) = 16.11%
BLUE value IS 130 (51.17% from 255) = 29.08%
R=54.81%
G=16.11%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2457213000.710.470.04339.8889.6462.16
HexF548820472F41545a3e
Octal365110202010757452413276
Binary11110101100100010000010010001111011111001010101001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54882; }

 p { color: rgb(245,72,130); }

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

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

 a { background-color: rgb(245,72,130); }

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

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

 span { border-color: rgb(245,72,130); }

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