Html Css Color HEX #F060AB Hot Pink

📋 copy color: '#F060AB'

red 240 ◦ green 96 ◦ blue 171

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

Shades of Hot Pink #F060AB

Tints of Hot Pink #F060AB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.93%

 BLUE value IS 171 (67.19% from 255) = 33.73%

R = 47.34%
G = 18.93%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F060AB (or 0xF060AB) is known color: Hot Pink. HEX triplet: F0, 60 and AB. RGB value is (240,96,171). Sum of RGB (Red+Green+Blue) = 240+96+171=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 96 (37.89% from 255 or 18.93% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F060AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F060AB is #0F9F54. Grayscale: #939393. Windows color (decimal): -1023829 or 11231472. OLE color: 11231472.

HSL color Cylindrical-coordinate representation of color #F060AB: hue angle of 328.75º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F060AB is Cyan = 0, Magento = 0.6, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 96 171 -
CMYK 0 0.6 0.29 0.06
HSL 328.75º 0.83% 0.66% -
HSV(B) 328.75º 0.6% 0.94% -
XYZ 47.47 29.83 41.78 -
YUV 147.61 141.21 193.9 -
System Red Green Blue C M Y K H S L
Decimal 240 96 171 0 0.6 0.29 0.06 328.75 0.83 0.66
Hex F0 60 AB 0 3C 1D 6 149 53 42
Octal 360 140 253 0 74 35 6 511 123 102
Binary 11110000 1100000 10101011 0 111100 11101 110 101001001 1010011 1000010

Color Harmonies of #F060AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F060AB

Black with #F060AB

Text Example


Text Example

White with #F060AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F060AB; }

 p { color: rgb(240,96,171); }

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

background-color css

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

 a { background-color: rgb(240,96,171); }

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

border-color css

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

 span { border-color: rgb(240,96,171); }

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