#f25eb8

Color #F25EB8 Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #F25EB8

Tints of Hot Pink #F25EB8

Color information

#F25EB8 (or 0xF25EB8) is unknown color: approx Hot Pink. HEX triplet: F2, 5E and B8. RGB value is (242,94,184). Sum of RGB (Red+Green+Blue) = 242+94+184=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 94 (37.11% from 255 or 18.08% from 520); Blue value is 184 (72.27% from 255 or 35.38% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F25EB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25EB8 is #0DA147. Grayscale: #949494. Windows color (decimal): -893256 or 12082930. OLE color: 12082930.

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

Color convert

RGB24294184-
CMYK00.610.240.05
HSL323.51º85.06%65.88%-
HSV(B)323.51º61.16%94.9%-
XYZ49.2730.3448.61-
YUV148.51148.03194.68-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.54%
GREEN value IS 94 (37.11% from 255) = 18.08%
BLUE value IS 184 (72.27% from 255) = 35.38%
R=46.54%
G=18.08%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429418400.610.240.05323.5185.0665.88
HexF25EB803D1851445542
Octal362136270075305504125102
Binary1111001010111101011100001111011100010110100010010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f25eb8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f25eb8; }

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

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

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

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

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

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

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

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