Html Css Color HEX #F071AA Hot Pink

📋 copy color: '#F071AA'

red 240 ◦ green 113 ◦ blue 170

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

Shades of Hot Pink #F071AA

Tints of Hot Pink #F071AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 32.5%

R = 45.89%
G = 21.61%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F071AA (or 0xF071AA) is known color: Hot Pink. HEX triplet: F0, 71 and AA. RGB value is (240,113,170). Sum of RGB (Red+Green+Blue) = 240+113+170=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 113 (44.53% from 255 or 21.61% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F071AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F071AA is #0F8E55. Grayscale: #9D9D9D. Windows color (decimal): -1019478 or 11170288. OLE color: 11170288.

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

Color convert

RGB 240 113 170 -
CMYK 0 0.53 0.29 0.06
HSL 333.07º 0.81% 0.69% -
HSV(B) 333.07º 0.53% 0.94% -
XYZ 49.1 33.24 41.86 -
YUV 157.47 135.08 186.87 -
System Red Green Blue C M Y K H S L
Decimal 240 113 170 0 0.53 0.29 0.06 333.07 0.81 0.69
Hex F0 71 AA 0 35 1D 6 14D 51 45
Octal 360 161 252 0 65 35 6 515 121 105
Binary 11110000 1110001 10101010 0 110101 11101 110 101001101 1010001 1000101

Color Harmonies of #F071AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F071AA

Black with #F071AA

Text Example


Text Example

White with #F071AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F071AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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