Html Css Color HEX #F071AD Hot Pink

📋 copy color: '#F071AD'

red 240 ◦ green 113 ◦ blue 173

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

Shades of Hot Pink #F071AD

Tints of Hot Pink #F071AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 32.89%

R = 45.63%
G = 21.48%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F071AD (or 0xF071AD) is known color: Hot Pink. HEX triplet: F0, 71 and AD. RGB value is (240,113,173). Sum of RGB (Red+Green+Blue) = 240+113+173=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 113 (44.53% from 255 or 21.48% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F071AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F071AD is #0F8E52. Grayscale: #9D9D9D. Windows color (decimal): -1019475 or 11366896. OLE color: 11366896.

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

Color convert

RGB 240 113 173 -
CMYK 0 0.53 0.28 0.06
HSL 331.65º 0.81% 0.69% -
HSV(B) 331.65º 0.53% 0.94% -
XYZ 49.38 33.35 43.37 -
YUV 157.81 136.58 186.62 -
System Red Green Blue C M Y K H S L
Decimal 240 113 173 0 0.53 0.28 0.06 331.65 0.81 0.69
Hex F0 71 AD 0 35 1C 6 14C 51 45
Octal 360 161 255 0 65 34 6 514 121 105
Binary 11110000 1110001 10101101 0 110101 11100 110 101001100 1010001 1000101

Color Harmonies of #F071AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F071AD

Black with #F071AD

Text Example


Text Example

White with #F071AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F071AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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