Html Css Color HEX #FB72AF Hot Pink

📋 copy color: '#FB72AF'

red 251 ◦ green 114 ◦ blue 175

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

Shades of Hot Pink #FB72AF

Tints of Hot Pink #FB72AF

RGB

 RED value IS 251 (98.44% from 255) = 46.48%

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

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

R = 46.48%
G = 21.11%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FB72AF (or 0xFB72AF) is known color: Hot Pink. HEX triplet: FB, 72 and AF. RGB value is (251,114,175). Sum of RGB (Red+Green+Blue) = 251+114+175=540 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.48% from 540); Green value is 114 (44.92% from 255 or 21.11% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 251 - color contains mainly: red. Hex color #FB72AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB72AF is #048D50. Grayscale: #A1A1A1. Windows color (decimal): -298321 or 11498235. OLE color: 11498235.

HSL color Cylindrical-coordinate representation of color #FB72AF: hue angle of 333.28º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB72AF is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 114 175 -
CMYK 0 0.55 0.30 0.02
HSL 333.28º 0.94% 0.72% -
HSV(B) 333.28º 0.55% 0.98% -
XYZ 53.54 35.64 44.61 -
YUV 161.92 135.39 191.54 -
System Red Green Blue C M Y K H S L
Decimal 251 114 175 0 0.55 0.30 0.02 333.28 0.94 0.72
Hex FB 72 AF 0 37 1E 2 14D 5E 48
Octal 373 162 257 0 67 36 2 515 136 110
Binary 11111011 1110010 10101111 0 110111 11110 10 101001101 1011110 1001000

Color Harmonies of #FB72AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB72AF

Black with #FB72AF

Text Example


Text Example

White with #FB72AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB72AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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