#F95E92

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

Shades of French Rose #F95E92

Tints of French Rose #F95E92

Color information

#F95E92 (or 0xF95E92) is unknown color: approx French Rose. HEX triplet: F9, 5E and 92. RGB value is (249,94,146). Sum of RGB (Red+Green+Blue) = 249+94+146=489 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.92% from 489); Green value is 94 (37.11% from 255 or 19.22% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 249 - color contains mainly: red. Hex color #F95E92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95E92 is #06A16D. Grayscale: #929292. Windows color (decimal): -434542 or 9592569. OLE color: 9592569.

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

Color convert

RGB24994146-
CMYK00.620.410.02
HSL339.87º92.81%67.25%-
HSV(B)339.87º62.25%97.65%-
XYZ48.2630.2230.48-
YUV146.27127.85201.27-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.92%
GREEN value IS 94 (37.11% from 255) = 19.22%
BLUE value IS 146 (57.42% from 255) = 29.86%
R=50.92%
G=19.22%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499414600.620.410.02339.8792.8167.25
HexF95E9203E2921545d43
Octal371136222076512524135103
Binary1111100110111101001001001111101010011010101010010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95E92; }

 p { color: rgb(249,94,146); }

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

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

 a { background-color: rgb(249,94,146); }

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

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

 span { border-color: rgb(249,94,146); }

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