#F25796

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

Shades of French Rose #F25796

Tints of French Rose #F25796

Color information

#F25796 (or 0xF25796) is unknown color: approx French Rose. HEX triplet: F2, 57 and 96. RGB value is (242,87,150). Sum of RGB (Red+Green+Blue) = 242+87+150=479 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.52% from 479); Green value is 87 (34.38% from 255 or 18.16% from 479); Blue value is 150 (58.98% from 255 or 31.32% from 479); Max value from RGB is 242 - color contains mainly: red. Hex color #F25796 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25796 is #0DA869. Grayscale: #8C8C8C. Windows color (decimal): -895082 or 9852914. OLE color: 9852914.

HSL color Cylindrical-coordinate representation of color #F25796: hue angle of 335.61º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F25796 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB24287150-
CMYK00.640.380.05
HSL335.61º85.64%64.51%-
HSV(B)335.61º64.05%94.9%-
XYZ45.5327.931.84-
YUV140.53133.35200.38-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.52%
GREEN value IS 87 (34.38% from 255) = 18.16%
BLUE value IS 150 (58.98% from 255) = 31.32%
R=50.52%
G=18.16%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428715000.640.380.05335.6185.6464.51
HexF257960402651505641
Octal3621272260100465520126101
Binary111100101010111100101100100000010011010110101000010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25796; }

 p { color: rgb(242,87,150); }

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

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

 a { background-color: rgb(242,87,150); }

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

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

 span { border-color: rgb(242,87,150); }

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