#f25eb7

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

Shades of Hot Pink #F25EB7

Tints of Hot Pink #F25EB7

Color information

#F25EB7 (or 0xF25EB7) is unknown color: approx Hot Pink. HEX triplet: F2, 5E and B7. RGB value is (242,94,183). Sum of RGB (Red+Green+Blue) = 242+94+183=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 94 (37.11% from 255 or 18.11% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F25EB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25EB7 is #0DA148. Grayscale: #949494. Windows color (decimal): -893257 or 12017394. OLE color: 12017394.

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

Color convert

RGB24294183-
CMYK00.610.240.05
HSL323.92º85.06%65.88%-
HSV(B)323.92º61.16%94.9%-
XYZ49.1730.348.06-
YUV148.4147.53194.76-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.63%
GREEN value IS 94 (37.11% from 255) = 18.11%
BLUE value IS 183 (71.88% from 255) = 35.26%
R=46.63%
G=18.11%
B=35.26%

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
Decimal2429418300.610.240.05323.9285.0665.88
HexF25EB703D1851445542
Octal362136267075305504125102
Binary1111001010111101011011101111011100010110100010010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f25eb7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f25eb7; }

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

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

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

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

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

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

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

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