Html Css Color HEX #FA72AF Hot Pink

📋 copy color: '#FA72AF'

red 250 ◦ green 114 ◦ blue 175

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

Shades of Hot Pink #FA72AF

Tints of Hot Pink #FA72AF

RGB

 RED value IS 250 (98.05% from 255) = 46.38%

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

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

R = 46.38%
G = 21.15%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FA72AF (or 0xFA72AF) is known color: Hot Pink. HEX triplet: FA, 72 and AF. RGB value is (250,114,175). Sum of RGB (Red+Green+Blue) = 250+114+175=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 114 (44.92% from 255 or 21.15% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FA72AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA72AF is #058D50. Grayscale: #A1A1A1. Windows color (decimal): -363857 or 11498234. OLE color: 11498234.

HSL color Cylindrical-coordinate representation of color #FA72AF: hue angle of 333.09º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA72AF is Cyan = 0, Magento = 0.54, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 114 175 -
CMYK 0 0.54 0.3 0.02
HSL 333.09º 0.93% 0.71% -
HSV(B) 333.09º 0.54% 0.98% -
XYZ 53.18 35.45 44.6 -
YUV 161.62 135.56 191.04 -
System Red Green Blue C M Y K H S L
Decimal 250 114 175 0 0.54 0.3 0.02 333.09 0.93 0.71
Hex FA 72 AF 0 36 1E 2 14D 5D 47
Octal 372 162 257 0 66 36 2 515 135 107
Binary 11111010 1110010 10101111 0 110110 11110 10 101001101 1011101 1000111

Color Harmonies of #FA72AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA72AF

Black with #FA72AF

Text Example


Text Example

White with #FA72AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA72AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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