#F95085

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

Shades of French Rose #F95085

Tints of French Rose #F95085

Color information

#F95085 (or 0xF95085) is unknown color: approx French Rose. HEX triplet: F9, 50 and 85. RGB value is (249,80,133). Sum of RGB (Red+Green+Blue) = 249+80+133=462 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.90% from 462); Green value is 80 (31.64% from 255 or 17.32% from 462); Blue value is 133 (52.34% from 255 or 28.79% from 462); Max value from RGB is 249 - color contains mainly: red. Hex color #F95085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95085 is #06AF7A. Grayscale: #888888. Windows color (decimal): -438139 or 8737017. OLE color: 8737017.

HSL color Cylindrical-coordinate representation of color #F95085: hue angle of 341.18º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F95085 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB24980133-
CMYK00.680.470.02
HSL341.18º93.37%64.51%-
HSV(B)341.18º67.87%97.65%-
XYZ46.1727.5725.08-
YUV136.57125.99208.19-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.90%
GREEN value IS 80 (31.64% from 255) = 17.32%
BLUE value IS 133 (52.34% from 255) = 28.79%
R=53.90%
G=17.32%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498013300.680.470.02341.1893.3764.51
HexF950850442F21555d41
Octal3711202050104572525135101
Binary11111001101000010000101010001001011111010101010110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95085; }

 p { color: rgb(249,80,133); }

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

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

 a { background-color: rgb(249,80,133); }

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

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

 span { border-color: rgb(249,80,133); }

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