#F25E97

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

Shades of Brilliant Rose #F25E97

Tints of Brilliant Rose #F25E97

Color information

#F25E97 (or 0xF25E97) is unknown color: approx Brilliant Rose. HEX triplet: F2, 5E and 97. RGB value is (242,94,151). Sum of RGB (Red+Green+Blue) = 242+94+151=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 94 (37.11% from 255 or 19.30% from 487); Blue value is 151 (59.38% from 255 or 31.01% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F25E97 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25E97 is #0DA168. Grayscale: #909090. Windows color (decimal): -893289 or 9920242. OLE color: 9920242.

HSL color Cylindrical-coordinate representation of color #F25E97: hue angle of 336.89º 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 #F25E97 is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB24294151-
CMYK00.610.380.05
HSL336.89º85.06%65.88%-
HSV(B)336.89º61.16%94.9%-
XYZ46.2129.1232.46-
YUV144.75131.53197.37-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.69%
GREEN value IS 94 (37.11% from 255) = 19.30%
BLUE value IS 151 (59.38% from 255) = 31.01%
R=49.69%
G=19.30%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429415100.610.380.05336.8985.0665.88
HexF25E9703D2651515542
Octal362136227075465521125102
Binary11110010101111010010111011110110011010110101000110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25E97; }

 p { color: rgb(242,94,151); }

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

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

 a { background-color: rgb(242,94,151); }

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

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

 span { border-color: rgb(242,94,151); }

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