#f75990

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

Shades of French Rose #F75990

Tints of French Rose #F75990

Color information

#F75990 (or 0xF75990) is unknown color: approx French Rose. HEX triplet: F7, 59 and 90. RGB value is (247,89,144). Sum of RGB (Red+Green+Blue) = 247+89+144=480 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.46% from 480); Green value is 89 (35.16% from 255 or 18.54% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 247 - color contains mainly: red. Hex color #F75990 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75990 is #08A66F. Grayscale: #8E8E8E. Windows color (decimal): -566896 or 9460215. OLE color: 9460215.

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

Color convert

RGB24789144-
CMYK00.640.420.03
HSL339.11º90.8%65.88%-
HSV(B)339.11º63.97%96.86%-
XYZ46.9628.9329.49-
YUV142.51128.85202.53-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.46%
GREEN value IS 89 (35.16% from 255) = 18.54%
BLUE value IS 144 (56.64% from 255) = 30%
R=51.46%
G=18.54%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2478914400.640.420.03339.1190.865.88
HexF759900402A31535b42
Octal3671312200100523523133102
Binary11110111101100110010000010000001010101110101001110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f75990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f75990; }

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

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

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

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

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

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

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

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