#F25494

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

Shades of French Rose #F25494

Tints of French Rose #F25494

Color information

#F25494 (or 0xF25494) is unknown color: approx French Rose. HEX triplet: F2, 54 and 94. RGB value is (242,84,148). Sum of RGB (Red+Green+Blue) = 242+84+148=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 84 (33.20% from 255 or 17.72% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F25494 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25494 is #0DAB6B. Grayscale: #8A8A8A. Windows color (decimal): -895852 or 9721074. OLE color: 9721074.

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

Color convert

RGB24284148-
CMYK00.650.390.05
HSL335.7º85.87%63.92%-
HSV(B)335.7º65.29%94.9%-
XYZ45.1327.3630.92-
YUV138.54133.35201.8-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.05%
GREEN value IS 84 (33.20% from 255) = 17.72%
BLUE value IS 148 (58.20% from 255) = 31.22%
R=51.05%
G=17.72%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428414800.650.390.05335.785.8763.92
HexF254940412751505640
Octal3621242240101475520126100
Binary111100101010100100101000100000110011110110101000010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25494; }

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

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

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

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

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

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

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

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