Html Css Color HEX #F071A9 Hot Pink

📋 copy color: '#F071A9'

red 240 ◦ green 113 ◦ blue 169

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

Shades of Hot Pink #F071A9

Tints of Hot Pink #F071A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 32.38%

R = 45.98%
G = 21.65%
B = 32.38%

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

#F071A9 (or 0xF071A9) is known color: Hot Pink. HEX triplet: F0, 71 and A9. RGB value is (240,113,169). Sum of RGB (Red+Green+Blue) = 240+113+169=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 113 (44.53% from 255 or 21.65% from 522); Blue value is 169 (66.41% from 255 or 32.38% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F071A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F071A9 is #0F8E56. Grayscale: #9D9D9D. Windows color (decimal): -1019479 or 11104752. OLE color: 11104752.

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

Color convert

RGB 240 113 169 -
CMYK 0 0.53 0.30 0.06
HSL 333.54º 0.81% 0.69% -
HSV(B) 333.54º 0.53% 0.94% -
XYZ 49 33.2 41.36 -
YUV 157.36 134.58 186.95 -
System Red Green Blue C M Y K H S L
Decimal 240 113 169 0 0.53 0.30 0.06 333.54 0.81 0.69
Hex F0 71 A9 0 35 1E 6 14E 51 45
Octal 360 161 251 0 65 36 6 516 121 105
Binary 11110000 1110001 10101001 0 110101 11110 110 101001110 1010001 1000101

Color Harmonies of #F071A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F071A9

Black with #F071A9

Text Example


Text Example

White with #F071A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F071A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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