Html Css Color HEX #F072AF Hot Pink

📋 copy color: '#F072AF'

red 240 ◦ green 114 ◦ blue 175

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

Shades of Hot Pink #F072AF

Tints of Hot Pink #F072AF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.55%

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

R = 45.37%
G = 21.55%
B = 33.08%

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

#F072AF (or 0xF072AF) is known color: Hot Pink. HEX triplet: F0, 72 and AF. RGB value is (240,114,175). Sum of RGB (Red+Green+Blue) = 240+114+175=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 114 (44.92% from 255 or 21.55% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F072AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F072AF is #0F8D50. Grayscale: #9E9E9E. Windows color (decimal): -1019217 or 11498224. OLE color: 11498224.

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

Color convert

RGB 240 114 175 -
CMYK 0 0.52 0.27 0.06
HSL 330.95º 0.81% 0.69% -
HSV(B) 330.95º 0.53% 0.94% -
XYZ 49.69 33.66 44.43 -
YUV 158.63 137.24 186.04 -
System Red Green Blue C M Y K H S L
Decimal 240 114 175 0 0.52 0.27 0.06 330.95 0.81 0.69
Hex F0 72 AF 0 34 1B 6 14B 51 45
Octal 360 162 257 0 64 33 6 513 121 105
Binary 11110000 1110010 10101111 0 110100 11011 110 101001011 1010001 1000101

Color Harmonies of #F072AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F072AF

Black with #F072AF

Text Example


Text Example

White with #F072AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F072AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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