#F25AB7

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

Shades of Hot Pink #F25AB7

Tints of Hot Pink #F25AB7

Color information

#F25AB7 (or 0xF25AB7) is unknown color: approx Hot Pink. HEX triplet: F2, 5A and B7. RGB value is (242,90,183). Sum of RGB (Red+Green+Blue) = 242+90+183=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 90 (35.55% from 255 or 17.48% from 515); Blue value is 183 (71.88% from 255 or 35.53% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F25AB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25AB7 is #0DA548. Grayscale: #919191. Windows color (decimal): -894281 or 12016370. OLE color: 12016370.

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

Color convert

RGB24290183-
CMYK00.630.240.05
HSL323.29º85.39%65.1%-
HSV(B)323.29º62.81%94.9%-
XYZ48.8229.6147.94-
YUV146.05148.86196.44-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.99%
GREEN value IS 90 (35.55% from 255) = 17.48%
BLUE value IS 183 (71.88% from 255) = 35.53%
R=46.99%
G=17.48%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429018300.630.240.05323.2985.3965.1
HexF25AB703F1851435541
Octal362132267077305503125101
Binary1111001010110101011011101111111100010110100001110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25AB7; }

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

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

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

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

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

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

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

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