#F55285

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

Shades of French Rose #F55285

Tints of French Rose #F55285

Color information

#F55285 (or 0xF55285) is unknown color: approx French Rose. HEX triplet: F5, 52 and 85. RGB value is (245,82,133). Sum of RGB (Red+Green+Blue) = 245+82+133=460 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.26% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 245 - color contains mainly: red. Hex color #F55285 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55285 is #0AAD7A. Grayscale: #888888. Windows color (decimal): -699771 or 8737525. OLE color: 8737525.

HSL color Cylindrical-coordinate representation of color #F55285: hue angle of 341.23º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F55285 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB24582133-
CMYK00.670.460.04
HSL341.23º89.07%64.12%-
HSV(B)341.23º66.53%96.08%-
XYZ44.9127.1425.06-
YUV136.55126205.35-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.26%
GREEN value IS 82 (32.42% from 255) = 17.83%
BLUE value IS 133 (52.34% from 255) = 28.91%
R=53.26%
G=17.83%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458213300.670.460.04341.2389.0764.12
HexF552850432E41555940
Octal3651222050103564525131100
Binary111101011010010100001010100001110111010010101010110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55285; }

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

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

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

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

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

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

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

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