Html Css Color HEX #F070AB Hot Pink

📋 copy color: '#F070AB'

red 240 ◦ green 112 ◦ blue 171

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

Shades of Hot Pink #F070AB

Tints of Hot Pink #F070AB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.41%

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

R = 45.89%
G = 21.41%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F070AB (or 0xF070AB) is known color: Hot Pink. HEX triplet: F0, 70 and AB. RGB value is (240,112,171). Sum of RGB (Red+Green+Blue) = 240+112+171=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 112 (44.14% from 255 or 21.41% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F070AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F070AB is #0F8F54. Grayscale: #9C9C9C. Windows color (decimal): -1019733 or 11235568. OLE color: 11235568.

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

Color convert

RGB 240 112 171 -
CMYK 0 0.53 0.29 0.06
HSL 332.34º 0.81% 0.69% -
HSV(B) 332.34º 0.53% 0.94% -
XYZ 49.08 33.05 42.32 -
YUV 157 135.91 187.2 -
System Red Green Blue C M Y K H S L
Decimal 240 112 171 0 0.53 0.29 0.06 332.34 0.81 0.69
Hex F0 70 AB 0 35 1D 6 14C 51 45
Octal 360 160 253 0 65 35 6 514 121 105
Binary 11110000 1110000 10101011 0 110101 11101 110 101001100 1010001 1000101

Color Harmonies of #F070AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F070AB

Black with #F070AB

Text Example


Text Example

White with #F070AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F070AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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