#F257BE

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

Shades of Hot Pink #F257BE

Tints of Hot Pink #F257BE

Color information

#F257BE (or 0xF257BE) is unknown color: approx Hot Pink. HEX triplet: F2, 57 and BE. RGB value is (242,87,190). Sum of RGB (Red+Green+Blue) = 242+87+190=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 87 (34.38% from 255 or 16.76% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F257BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F257BE is #0DA841. Grayscale: #909090. Windows color (decimal): -895042 or 12474354. OLE color: 12474354.

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

Color convert

RGB24287190-
CMYK00.640.210.05
HSL320.13º85.64%64.51%-
HSV(B)320.13º64.05%94.9%-
XYZ49.3229.4151.79-
YUV145.09153.35197.12-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.63%
GREEN value IS 87 (34.38% from 255) = 16.76%
BLUE value IS 190 (74.61% from 255) = 36.61%
R=46.63%
G=16.76%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428719000.640.210.05320.1385.6464.51
HexF257BE0401551405641
Octal3621272760100255500126101
Binary11110010101011110111110010000001010110110100000010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F257BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F257BE; }

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

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

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

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

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

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

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

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