#F25F94

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

Shades of French Rose #F25F94

Tints of French Rose #F25F94

Color information

#F25F94 (or 0xF25F94) is unknown color: approx French Rose. HEX triplet: F2, 5F and 94. RGB value is (242,95,148). Sum of RGB (Red+Green+Blue) = 242+95+148=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 95 (37.5% from 255 or 19.59% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F25F94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25F94 is #0DA06B. Grayscale: #909090. Windows color (decimal): -893036 or 9723890. OLE color: 9723890.

HSL color Cylindrical-coordinate representation of color #F25F94: hue angle of 338.37º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F25F94 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB24295148-
CMYK00.610.390.05
HSL338.37º84.97%66.08%-
HSV(B)338.37º60.74%94.9%-
XYZ46.0629.231.23-
YUV145129.7197.19-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.90%
GREEN value IS 95 (37.5% from 255) = 19.59%
BLUE value IS 148 (58.20% from 255) = 30.52%
R=49.90%
G=19.59%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429514800.610.390.05338.3784.9766.08
HexF25F9403D2751525542
Octal362137224075475522125102
Binary11110010101111110010100011110110011110110101001010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25F94; }

 p { color: rgb(242,95,148); }

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

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

 a { background-color: rgb(242,95,148); }

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

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

 span { border-color: rgb(242,95,148); }

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