Html Css Color HEX #FB5AB4 Hot Pink

📋 copy color: '#FB5AB4'

red 251 ◦ green 90 ◦ blue 180

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

Shades of Hot Pink #FB5AB4

Tints of Hot Pink #FB5AB4

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.27%

 BLUE value IS 180 (70.7% from 255) = 34.55%

R = 48.18%
G = 17.27%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FB5AB4 (or 0xFB5AB4) is known color: Hot Pink. HEX triplet: FB, 5A and B4. RGB value is (251,90,180). Sum of RGB (Red+Green+Blue) = 251+90+180=521 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.18% from 521); Green value is 90 (35.55% from 255 or 17.27% from 521); Blue value is 180 (70.70% from 255 or 34.55% from 521); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5AB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5AB4 is #04A54B. Grayscale: #949494. Windows color (decimal): -304460 or 11819771. OLE color: 11819771.

HSL color Cylindrical-coordinate representation of color #FB5AB4: hue angle of 326.46º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FB5AB4 is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 90 180 -
CMYK 0 0.64 0.28 0.02
HSL 326.46º 0.95% 0.67% -
HSV(B) 326.46º 0.64% 0.98% -
XYZ 51.68 31.12 46.46 -
YUV 148.4 145.84 201.18 -
System Red Green Blue C M Y K H S L
Decimal 251 90 180 0 0.64 0.28 0.02 326.46 0.95 0.67
Hex FB 5A B4 0 40 1C 2 146 5F 43
Octal 373 132 264 0 100 34 2 506 137 103
Binary 11111011 1011010 10110100 0 1000000 11100 10 101000110 1011111 1000011

Color Harmonies of #FB5AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5AB4

Black with #FB5AB4

Text Example


Text Example

White with #FB5AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5AB4; }

 p { color: rgb(251,90,180); }

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

background-color css

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

 a { background-color: rgb(251,90,180); }

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

border-color css

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

 span { border-color: rgb(251,90,180); }

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