#F75180

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

Shades of French Rose #F75180

Tints of French Rose #F75180

Color information

#F75180 (or 0xF75180) is unknown color: approx French Rose. HEX triplet: F7, 51 and 80. RGB value is (247,81,128). Sum of RGB (Red+Green+Blue) = 247+81+128=456 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.17% from 456); Green value is 81 (32.03% from 255 or 17.76% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 247 - color contains mainly: red. Hex color #F75180 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75180 is #08AE7F. Grayscale: #878787. Windows color (decimal): -568960 or 8409591. OLE color: 8409591.

HSL color Cylindrical-coordinate representation of color #F75180: hue angle of 343.01º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F75180 is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB24781128-
CMYK00.670.480.03
HSL343.01º91.21%64.31%-
HSV(B)343.01º67.21%96.86%-
XYZ45.227.2223.29-
YUV135.99123.5207.18-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 54.17%
GREEN value IS 81 (32.03% from 255) = 17.76%
BLUE value IS 128 (50.39% from 255) = 28.07%
R=54.17%
G=17.76%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2478112800.670.480.03343.0191.2164.31
HexF751800433031575b40
Octal3671212000103603527133100
Binary11110111101000110000000010000111100001110101011110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75180; }

 p { color: rgb(247,81,128); }

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

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

 a { background-color: rgb(247,81,128); }

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

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

 span { border-color: rgb(247,81,128); }

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