Html Css Color HEX #F070AD Hot Pink

📋 copy color: '#F070AD'

red 240 ◦ green 112 ◦ blue 173

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

Shades of Hot Pink #F070AD

Tints of Hot Pink #F070AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 32.95%

R = 45.71%
G = 21.33%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F070AD (or 0xF070AD) is known color: Hot Pink. HEX triplet: F0, 70 and AD. RGB value is (240,112,173). Sum of RGB (Red+Green+Blue) = 240+112+173=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 112 (44.14% from 255 or 21.33% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F070AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F070AD is #0F8F52. Grayscale: #9D9D9D. Windows color (decimal): -1019731 or 11366640. OLE color: 11366640.

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

Color convert

RGB 240 112 173 -
CMYK 0 0.53 0.28 0.06
HSL 331.41º 0.81% 0.69% -
HSV(B) 331.41º 0.53% 0.94% -
XYZ 49.27 33.13 43.33 -
YUV 157.23 136.91 187.04 -
System Red Green Blue C M Y K H S L
Decimal 240 112 173 0 0.53 0.28 0.06 331.41 0.81 0.69
Hex F0 70 AD 0 35 1C 6 14B 51 45
Octal 360 160 255 0 65 34 6 513 121 105
Binary 11110000 1110000 10101101 0 110101 11100 110 101001011 1010001 1000101

Color Harmonies of #F070AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F070AD

Black with #F070AD

Text Example


Text Example

White with #F070AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F070AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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