#F75191

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

Shades of French Rose #F75191

Tints of French Rose #F75191

Color information

#F75191 (or 0xF75191) is unknown color: approx French Rose. HEX triplet: F7, 51 and 91. RGB value is (247,81,145). Sum of RGB (Red+Green+Blue) = 247+81+145=473 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.22% from 473); Green value is 81 (32.03% from 255 or 17.12% from 473); Blue value is 145 (57.03% from 255 or 30.66% from 473); Max value from RGB is 247 - color contains mainly: red. Hex color #F75191 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75191 is #08AE6E. Grayscale: #898989. Windows color (decimal): -568943 or 9523703. OLE color: 9523703.

HSL color Cylindrical-coordinate representation of color #F75191: hue angle of 336.87º 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 #F75191 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB24781145-
CMYK00.670.410.03
HSL336.87º91.21%64.31%-
HSV(B)336.87º67.21%96.86%-
XYZ46.4127.729.69-
YUV137.93132205.8-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 52.22%
GREEN value IS 81 (32.03% from 255) = 17.12%
BLUE value IS 145 (57.03% from 255) = 30.66%
R=52.22%
G=17.12%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2478114500.670.410.03336.8791.2164.31
HexF751910432931515b40
Octal3671212210103513521133100
Binary11110111101000110010001010000111010011110101000110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75191; }

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

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

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

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

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

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

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

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