Html Css Color HEX #F070A8 Hot Pink

📋 copy color: '#F070A8'

red 240 ◦ green 112 ◦ blue 168

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

Shades of Hot Pink #F070A8

Tints of Hot Pink #F070A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.31%

R = 46.15%
G = 21.54%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.3

 K value IS 0.06

RGB Variations

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

Color information

#F070A8 (or 0xF070A8) is known color: Hot Pink. HEX triplet: F0, 70 and A8. RGB value is (240,112,168). Sum of RGB (Red+Green+Blue) = 240+112+168=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 112 (44.14% from 255 or 21.54% from 520); Blue value is 168 (66.02% from 255 or 32.31% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F070A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F070A8 is #0F8F57. Grayscale: #9C9C9C. Windows color (decimal): -1019736 or 11038960. OLE color: 11038960.

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

Color convert

RGB 240 112 168 -
CMYK 0 0.53 0.3 0.06
HSL 333.75º 0.81% 0.69% -
HSV(B) 333.75º 0.53% 0.94% -
XYZ 48.8 32.94 40.83 -
YUV 156.66 134.41 187.45 -
System Red Green Blue C M Y K H S L
Decimal 240 112 168 0 0.53 0.3 0.06 333.75 0.81 0.69
Hex F0 70 A8 0 35 1E 6 14E 51 45
Octal 360 160 250 0 65 36 6 516 121 105
Binary 11110000 1110000 10101000 0 110101 11110 110 101001110 1010001 1000101

Color Harmonies of #F070A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F070A8

Black with #F070A8

Text Example


Text Example

White with #F070A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F070A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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