Html Css Color HEX #F070A7 Hot Pink

📋 copy color: '#F070A7'

red 240 ◦ green 112 ◦ blue 167

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

Shades of Hot Pink #F070A7

Tints of Hot Pink #F070A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 32.18%

R = 46.24%
G = 21.58%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#F070A7 (or 0xF070A7) is known color: Hot Pink. HEX triplet: F0, 70 and A7. RGB value is (240,112,167). Sum of RGB (Red+Green+Blue) = 240+112+167=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 112 (44.14% from 255 or 21.58% from 519); Blue value is 167 (65.62% from 255 or 32.18% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F070A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F070A7 is #0F8F58. Grayscale: #9C9C9C. Windows color (decimal): -1019737 or 10973424. OLE color: 10973424.

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

Color convert

RGB 240 112 167 -
CMYK 0 0.53 0.30 0.06
HSL 334.22º 0.81% 0.69% -
HSV(B) 334.22º 0.53% 0.94% -
XYZ 48.7 32.9 40.34 -
YUV 156.54 133.91 187.53 -
System Red Green Blue C M Y K H S L
Decimal 240 112 167 0 0.53 0.30 0.06 334.22 0.81 0.69
Hex F0 70 A7 0 35 1E 6 14E 51 45
Octal 360 160 247 0 65 36 6 516 121 105
Binary 11110000 1110000 10100111 0 110101 11110 110 101001110 1010001 1000101

Color Harmonies of #F070A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F070A7

Black with #F070A7

Text Example


Text Example

White with #F070A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F070A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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