Html Css Color HEX #FB74AD Hot Pink

📋 copy color: '#FB74AD'

red 251 ◦ green 116 ◦ blue 173

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

Shades of Hot Pink #FB74AD

Tints of Hot Pink #FB74AD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.48%

 BLUE value IS 173 (67.97% from 255) = 32.04%

R = 46.48%
G = 21.48%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FB74AD (or 0xFB74AD) is known color: Hot Pink. HEX triplet: FB, 74 and AD. RGB value is (251,116,173). Sum of RGB (Red+Green+Blue) = 251+116+173=540 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.48% from 540); Green value is 116 (45.70% from 255 or 21.48% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 251 - color contains mainly: red. Hex color #FB74AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB74AD is #048B52. Grayscale: #A2A2A2. Windows color (decimal): -297811 or 11367675. OLE color: 11367675.

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

Color convert

RGB 251 116 173 -
CMYK 0 0.54 0.31 0.02
HSL 334.67º 0.94% 0.72% -
HSV(B) 334.67º 0.54% 0.98% -
XYZ 53.57 36.02 43.66 -
YUV 162.86 133.73 190.87 -
System Red Green Blue C M Y K H S L
Decimal 251 116 173 0 0.54 0.31 0.02 334.67 0.94 0.72
Hex FB 74 AD 0 36 1F 2 14F 5E 48
Octal 373 164 255 0 66 37 2 517 136 110
Binary 11111011 1110100 10101101 0 110110 11111 10 101001111 1011110 1001000

Color Harmonies of #FB74AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB74AD

Black with #FB74AD

Text Example


Text Example

White with #FB74AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB74AD; }

 p { color: rgb(251,116,173); }

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

background-color css

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

 a { background-color: rgb(251,116,173); }

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

border-color css

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

 span { border-color: rgb(251,116,173); }

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