Html Css Color HEX #FB64AD Hot Pink

📋 copy color: '#FB64AD'

red 251 ◦ green 100 ◦ blue 173

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

Shades of Hot Pink #FB64AD

Tints of Hot Pink #FB64AD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.08%

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

R = 47.9%
G = 19.08%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FB64AD (or 0xFB64AD) is known color: Hot Pink. HEX triplet: FB, 64 and AD. RGB value is (251,100,173). Sum of RGB (Red+Green+Blue) = 251+100+173=524 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.90% from 524); Green value is 100 (39.45% from 255 or 19.08% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 251 - color contains mainly: red. Hex color #FB64AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB64AD is #049B52. Grayscale: #999999. Windows color (decimal): -301907 or 11363579. OLE color: 11363579.

HSL color Cylindrical-coordinate representation of color #FB64AD: hue angle of 330.99º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FB64AD is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 100 173 -
CMYK 0 0.60 0.31 0.02
HSL 330.99º 0.95% 0.69% -
HSV(B) 330.99º 0.6% 0.98% -
XYZ 51.88 32.64 43.1 -
YUV 153.47 139.03 197.56 -
System Red Green Blue C M Y K H S L
Decimal 251 100 173 0 0.60 0.31 0.02 330.99 0.95 0.69
Hex FB 64 AD 0 3C 1F 2 14B 5F 45
Octal 373 144 255 0 74 37 2 513 137 105
Binary 11111011 1100100 10101101 0 111100 11111 10 101001011 1011111 1000101

Color Harmonies of #FB64AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB64AD

Black with #FB64AD

Text Example


Text Example

White with #FB64AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB64AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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