#F75090

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

Shades of French Rose #F75090

Tints of French Rose #F75090

Color information

#F75090 (or 0xF75090) is unknown color: approx French Rose. HEX triplet: F7, 50 and 90. RGB value is (247,80,144). Sum of RGB (Red+Green+Blue) = 247+80+144=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F75090 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75090 is #08AF6F. Grayscale: #898989. Windows color (decimal): -569200 or 9457911. OLE color: 9457911.

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

Color convert

RGB24780144-
CMYK00.680.420.03
HSL337.01º91.26%64.12%-
HSV(B)337.01º67.61%96.86%-
XYZ46.2627.5329.26-
YUV137.23131.83206.3-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 52.44%
GREEN value IS 80 (31.64% from 255) = 16.99%
BLUE value IS 144 (56.64% from 255) = 30.57%
R=52.44%
G=16.99%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2478014400.680.420.03337.0191.2664.12
HexF750900442A31515b40
Octal3671202200104523521133100
Binary11110111101000010010000010001001010101110101000110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75090; }

 p { color: rgb(247,80,144); }

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

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

 a { background-color: rgb(247,80,144); }

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

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

 span { border-color: rgb(247,80,144); }

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