Html Css Color HEX #F073AB Hot Pink

📋 copy color: '#F073AB'

red 240 ◦ green 115 ◦ blue 171

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

Shades of Hot Pink #F073AB

Tints of Hot Pink #F073AB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.86%

 BLUE value IS 171 (67.19% from 255) = 32.51%

R = 45.63%
G = 21.86%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F073AB (or 0xF073AB) is known color: Hot Pink. HEX triplet: F0, 73 and AB. RGB value is (240,115,171). Sum of RGB (Red+Green+Blue) = 240+115+171=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 115 (45.31% from 255 or 21.86% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F073AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F073AB is #0F8C54. Grayscale: #9E9E9E. Windows color (decimal): -1018965 or 11236336. OLE color: 11236336.

HSL color Cylindrical-coordinate representation of color #F073AB: hue angle of 333.12º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F073AB is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 115 171 -
CMYK 0 0.52 0.29 0.06
HSL 333.12º 0.81% 0.7% -
HSV(B) 333.12º 0.52% 0.94% -
XYZ 49.42 33.73 42.43 -
YUV 158.76 134.91 185.95 -
System Red Green Blue C M Y K H S L
Decimal 240 115 171 0 0.52 0.29 0.06 333.12 0.81 0.7
Hex F0 73 AB 0 34 1D 6 14D 51 46
Octal 360 163 253 0 64 35 6 515 121 106
Binary 11110000 1110011 10101011 0 110100 11101 110 101001101 1010001 1000110

Color Harmonies of #F073AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F073AB

Black with #F073AB

Text Example


Text Example

White with #F073AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F073AB; }

 p { color: rgb(240,115,171); }

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

background-color css

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

 a { background-color: rgb(240,115,171); }

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

border-color css

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

 span { border-color: rgb(240,115,171); }

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