#f25ea1

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

Shades of Brilliant Rose #F25EA1

Tints of Brilliant Rose #F25EA1

Color information

#F25EA1 (or 0xF25EA1) is unknown color: approx Brilliant Rose. HEX triplet: F2, 5E and A1. RGB value is (242,94,161). Sum of RGB (Red+Green+Blue) = 242+94+161=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 94 (37.11% from 255 or 18.91% from 497); Blue value is 161 (63.28% from 255 or 32.39% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F25EA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25EA1 is #0DA15E. Grayscale: #919191. Windows color (decimal): -893279 or 10575602. OLE color: 10575602.

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

Color convert

RGB24294161-
CMYK00.610.330.05
HSL332.84º85.06%65.88%-
HSV(B)332.84º61.16%94.9%-
XYZ47.0529.4636.92-
YUV145.89136.53196.55-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.69%
GREEN value IS 94 (37.11% from 255) = 18.91%
BLUE value IS 161 (63.28% from 255) = 32.39%
R=48.69%
G=18.91%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429416100.610.330.05332.8485.0665.88
HexF25EA103D21514d5542
Octal362136241075415515125102
Binary11110010101111010100001011110110000110110100110110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f25ea1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f25ea1; }

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

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

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

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

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

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

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

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