Html Css Color HEX #F057BB Hot Pink

📋 copy color: '#F057BB'

red 240 ◦ green 87 ◦ blue 187

#F057BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Pink #F057BB

Tints of Hot Pink #F057BB

RGB

 RED value IS 240 (94.14% from 255) = 46.69%

 GREEN value IS 87 (34.38% from 255) = 16.93%

 BLUE value IS 187 (73.44% from 255) = 36.38%

R = 46.69%
G = 16.93%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F057BB (or 0xF057BB) is known color: Hot Pink. HEX triplet: F0, 57 and BB. RGB value is (240,87,187). Sum of RGB (Red+Green+Blue) = 240+87+187=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 87 (34.38% from 255 or 16.93% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F057BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F057BB is #0FA844. Grayscale: #8F8F8F. Windows color (decimal): -1026117 or 12277744. OLE color: 12277744.

HSL color Cylindrical-coordinate representation of color #F057BB: hue angle of 320.78º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F057BB is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 87 187 -
CMYK 0 0.64 0.22 0.06
HSL 320.78º 0.84% 0.64% -
HSV(B) 320.78º 0.64% 0.94% -
XYZ 48.31 28.93 50.05 -
YUV 144.15 152.19 196.37 -
System Red Green Blue C M Y K H S L
Decimal 240 87 187 0 0.64 0.22 0.06 320.78 0.84 0.64
Hex F0 57 BB 0 40 16 6 141 54 40
Octal 360 127 273 0 100 26 6 501 124 100
Binary 11110000 1010111 10111011 0 1000000 10110 110 101000001 1010100 1000000

Color Harmonies of #F057BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F057BB

Black with #F057BB

Text Example


Text Example

White with #F057BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F057BB; }

 p { color: rgb(240,87,187); }

 H1.HeaderClassName
 {
   color: #F057BB;
 }
 .AnyTagClassName
 {
   color: #F057BB;
 }
</style>

background-color css

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

 a { background-color: rgb(240,87,187); }

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

border-color css

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

 span { border-color: rgb(240,87,187); }

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