#F25EBA

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

Shades of Hot Pink #F25EBA

Tints of Hot Pink #F25EBA

Color information

#F25EBA (or 0xF25EBA) is unknown color: approx Hot Pink. HEX triplet: F2, 5E and BA. RGB value is (242,94,186). Sum of RGB (Red+Green+Blue) = 242+94+186=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 94 (37.11% from 255 or 18.01% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F25EBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25EBA is #0DA145. Grayscale: #949494. Windows color (decimal): -893254 or 12214002. OLE color: 12214002.

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

Color convert

RGB24294186-
CMYK00.610.230.05
HSL322.7º85.06%65.88%-
HSV(B)322.7º61.16%94.9%-
XYZ49.4830.4349.72-
YUV148.74149.03194.52-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.36%
GREEN value IS 94 (37.11% from 255) = 18.01%
BLUE value IS 186 (73.05% from 255) = 35.63%
R=46.36%
G=18.01%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429418600.610.230.05322.785.0665.88
HexF25EBA03D1751435542
Octal362136272075275503125102
Binary1111001010111101011101001111011011110110100001110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25EBA; }

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

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

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

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

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

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

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

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