#F25AB4

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

Shades of Hot Pink #F25AB4

Tints of Hot Pink #F25AB4

Color information

#F25AB4 (or 0xF25AB4) is unknown color: approx Hot Pink. HEX triplet: F2, 5A and B4. RGB value is (242,90,180). Sum of RGB (Red+Green+Blue) = 242+90+180=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 90 (35.55% from 255 or 17.58% from 512); Blue value is 180 (70.70% from 255 or 35.16% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F25AB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25AB4 is #0DA54B. Grayscale: #919191. Windows color (decimal): -894284 or 11819762. OLE color: 11819762.

HSL color Cylindrical-coordinate representation of color #F25AB4: hue angle of 324.47º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F25AB4 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB24290180-
CMYK00.630.260.05
HSL324.47º85.39%65.1%-
HSV(B)324.47º62.81%94.9%-
XYZ48.5129.4846.31-
YUV145.71147.36196.68-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.27%
GREEN value IS 90 (35.55% from 255) = 17.58%
BLUE value IS 180 (70.70% from 255) = 35.16%
R=47.27%
G=17.58%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429018000.630.260.05324.4785.3965.1
HexF25AB403F1A51445541
Octal362132264077325504125101
Binary1111001010110101011010001111111101010110100010010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25AB4; }

 p { color: rgb(242,90,180); }

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

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

 a { background-color: rgb(242,90,180); }

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

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

 span { border-color: rgb(242,90,180); }

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