#F257B7

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

Shades of Hot Pink #F257B7

Tints of Hot Pink #F257B7

Color information

#F257B7 (or 0xF257B7) is unknown color: approx Hot Pink. HEX triplet: F2, 57 and B7. RGB value is (242,87,183). Sum of RGB (Red+Green+Blue) = 242+87+183=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 87 (34.38% from 255 or 16.99% from 512); Blue value is 183 (71.88% from 255 or 35.74% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F257B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F257B7 is #0DA848. Grayscale: #909090. Windows color (decimal): -895049 or 12015602. OLE color: 12015602.

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

Color convert

RGB24287183-
CMYK00.640.240.05
HSL322.84º85.64%64.51%-
HSV(B)322.84º64.05%94.9%-
XYZ48.5729.1147.86-
YUV144.29149.85197.69-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.27%
GREEN value IS 87 (34.38% from 255) = 16.99%
BLUE value IS 183 (71.88% from 255) = 35.74%
R=47.27%
G=16.99%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428718300.640.240.05322.8485.6464.51
HexF257B70401851435641
Octal3621272670100305503126101
Binary11110010101011110110111010000001100010110100001110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F257B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F257B7; }

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

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

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

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

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

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

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

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