Html Css Color HEX #F071A8 Hot Pink

📋 copy color: '#F071A8'

red 240 ◦ green 113 ◦ blue 168

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

Shades of Hot Pink #F071A8

Tints of Hot Pink #F071A8

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.69%

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

R = 46.07%
G = 21.69%
B = 32.25%

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

#F071A8 (or 0xF071A8) is known color: Hot Pink. HEX triplet: F0, 71 and A8. RGB value is (240,113,168). Sum of RGB (Red+Green+Blue) = 240+113+168=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 113 (44.53% from 255 or 21.69% from 521); Blue value is 168 (66.02% from 255 or 32.25% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F071A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F071A8 is #0F8E57. Grayscale: #9D9D9D. Windows color (decimal): -1019480 or 11039216. OLE color: 11039216.

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

Color convert

RGB 240 113 168 -
CMYK 0 0.53 0.3 0.06
HSL 334.02º 0.81% 0.69% -
HSV(B) 334.02º 0.53% 0.94% -
XYZ 48.91 33.16 40.87 -
YUV 157.24 134.08 187.03 -
System Red Green Blue C M Y K H S L
Decimal 240 113 168 0 0.53 0.3 0.06 334.02 0.81 0.69
Hex F0 71 A8 0 35 1E 6 14E 51 45
Octal 360 161 250 0 65 36 6 516 121 105
Binary 11110000 1110001 10101000 0 110101 11110 110 101001110 1010001 1000101

Color Harmonies of #F071A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F071A8

Black with #F071A8

Text Example


Text Example

White with #F071A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F071A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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