#F95296

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

Shades of French Rose #F95296

Tints of French Rose #F95296

Color information

#F95296 (or 0xF95296) is unknown color: approx French Rose. HEX triplet: F9, 52 and 96. RGB value is (249,82,150). Sum of RGB (Red+Green+Blue) = 249+82+150=481 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.77% from 481); Green value is 82 (32.42% from 255 or 17.05% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 249 - color contains mainly: red. Hex color #F95296 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95296 is #06AD69. Grayscale: #8B8B8B. Windows color (decimal): -437610 or 9851641. OLE color: 9851641.

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

Color convert

RGB24982150-
CMYK00.670.400.02
HSL335.57º93.3%64.9%-
HSV(B)335.57º67.07%97.65%-
XYZ47.5928.3831.82-
YUV139.68133.83205.97-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.77%
GREEN value IS 82 (32.42% from 255) = 17.05%
BLUE value IS 150 (58.98% from 255) = 31.19%
R=51.77%
G=17.05%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498215000.670.400.02335.5793.364.9
HexF952960432821505d41
Octal3711222260103502520135101
Binary11111001101001010010110010000111010001010101000010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95296; }

 p { color: rgb(249,82,150); }

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

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

 a { background-color: rgb(249,82,150); }

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

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

 span { border-color: rgb(249,82,150); }

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