Html Css Color HEX #F073AF Hot Pink

📋 copy color: '#F073AF'

red 240 ◦ green 115 ◦ blue 175

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

Shades of Hot Pink #F073AF

Tints of Hot Pink #F073AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.02%

R = 45.28%
G = 21.7%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F073AF (or 0xF073AF) is known color: Hot Pink. HEX triplet: F0, 73 and AF. RGB value is (240,115,175). Sum of RGB (Red+Green+Blue) = 240+115+175=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 115 (45.31% from 255 or 21.70% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F073AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F073AF is #0F8C50. Grayscale: #9F9F9F. Windows color (decimal): -1018961 or 11498480. OLE color: 11498480.

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

Color convert

RGB 240 115 175 -
CMYK 0 0.52 0.27 0.06
HSL 331.2º 0.81% 0.7% -
HSV(B) 331.2º 0.52% 0.94% -
XYZ 49.8 33.88 44.47 -
YUV 159.22 136.91 185.62 -
System Red Green Blue C M Y K H S L
Decimal 240 115 175 0 0.52 0.27 0.06 331.2 0.81 0.7
Hex F0 73 AF 0 34 1B 6 14B 51 46
Octal 360 163 257 0 64 33 6 513 121 106
Binary 11110000 1110011 10101111 0 110100 11011 110 101001011 1010001 1000110

Color Harmonies of #F073AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F073AF

Black with #F073AF

Text Example


Text Example

White with #F073AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F073AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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