#F75C90

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

Shades of French Rose #F75C90

Tints of French Rose #F75C90

Color information

#F75C90 (or 0xF75C90) is unknown color: approx French Rose. HEX triplet: F7, 5C and 90. RGB value is (247,92,144). Sum of RGB (Red+Green+Blue) = 247+92+144=483 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.14% from 483); Green value is 92 (36.33% from 255 or 19.05% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 247 - color contains mainly: red. Hex color #F75C90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75C90 is #08A36F. Grayscale: #909090. Windows color (decimal): -566128 or 9460983. OLE color: 9460983.

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

Color convert

RGB24792144-
CMYK00.630.420.03
HSL339.87º90.64%66.47%-
HSV(B)339.87º62.75%96.86%-
XYZ47.2229.4429.58-
YUV144.27127.85201.27-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.14%
GREEN value IS 92 (36.33% from 255) = 19.05%
BLUE value IS 144 (56.64% from 255) = 29.81%
R=51.14%
G=19.05%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479214400.630.420.03339.8790.6466.47
HexF75C9003F2A31545b42
Octal367134220077523524133102
Binary1111011110111001001000001111111010101110101010010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75C90; }

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

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

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

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

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

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

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

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