Html Css Color HEX #F070AA Hot Pink

📋 copy color: '#F070AA'

red 240 ◦ green 112 ◦ blue 170

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

Shades of Hot Pink #F070AA

Tints of Hot Pink #F070AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 32.57%

R = 45.98%
G = 21.46%
B = 32.57%

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

#F070AA (or 0xF070AA) is known color: Hot Pink. HEX triplet: F0, 70 and AA. RGB value is (240,112,170). Sum of RGB (Red+Green+Blue) = 240+112+170=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 112 (44.14% from 255 or 21.46% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F070AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F070AA is #0F8F55. Grayscale: #9C9C9C. Windows color (decimal): -1019734 or 11170032. OLE color: 11170032.

HSL color Cylindrical-coordinate representation of color #F070AA: hue angle of 332.81º 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 #F070AA is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 112 170 -
CMYK 0 0.53 0.29 0.06
HSL 332.81º 0.81% 0.69% -
HSV(B) 332.81º 0.53% 0.94% -
XYZ 48.99 33.02 41.82 -
YUV 156.88 135.41 187.28 -
System Red Green Blue C M Y K H S L
Decimal 240 112 170 0 0.53 0.29 0.06 332.81 0.81 0.69
Hex F0 70 AA 0 35 1D 6 14D 51 45
Octal 360 160 252 0 65 35 6 515 121 105
Binary 11110000 1110000 10101010 0 110101 11101 110 101001101 1010001 1000101

Color Harmonies of #F070AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F070AA

Black with #F070AA

Text Example


Text Example

White with #F070AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F070AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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