#F75285

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

Shades of French Rose #F75285

Tints of French Rose #F75285

Color information

#F75285 (or 0xF75285) is unknown color: approx French Rose. HEX triplet: F7, 52 and 85. RGB value is (247,82,133). Sum of RGB (Red+Green+Blue) = 247+82+133=462 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.46% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 133 (52.34% from 255 or 28.79% from 462); Max value from RGB is 247 - color contains mainly: red. Hex color #F75285 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75285 is #08AD7A. Grayscale: #898989. Windows color (decimal): -568699 or 8737527. OLE color: 8737527.

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

Color convert

RGB24782133-
CMYK00.670.460.03
HSL341.45º91.16%64.51%-
HSV(B)341.45º66.8%96.86%-
XYZ45.6127.525.09-
YUV137.15125.66206.35-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 53.46%
GREEN value IS 82 (32.42% from 255) = 17.75%
BLUE value IS 133 (52.34% from 255) = 28.79%
R=53.46%
G=17.75%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2478213300.670.460.03341.4591.1664.51
HexF752850432E31555b41
Octal3671222050103563525133101
Binary11110111101001010000101010000111011101110101010110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75285; }

 p { color: rgb(247,82,133); }

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

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

 a { background-color: rgb(247,82,133); }

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

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

 span { border-color: rgb(247,82,133); }

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