Html Css Color HEX #FA5CB1 Hot Pink

📋 copy color: '#FA5CB1'

red 250 ◦ green 92 ◦ blue 177

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

Shades of Hot Pink #FA5CB1

Tints of Hot Pink #FA5CB1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.73%

 BLUE value IS 177 (69.53% from 255) = 34.1%

R = 48.17%
G = 17.73%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FA5CB1 (or 0xFA5CB1) is known color: Hot Pink. HEX triplet: FA, 5C and B1. RGB value is (250,92,177). Sum of RGB (Red+Green+Blue) = 250+92+177=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 92 (36.33% from 255 or 17.73% from 519); Blue value is 177 (69.53% from 255 or 34.10% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5CB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5CB1 is #05A34E. Grayscale: #949494. Windows color (decimal): -369487 or 11623674. OLE color: 11623674.

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

Color convert

RGB 250 92 177 -
CMYK 0 0.63 0.29 0.02
HSL 327.72º 0.94% 0.67% -
HSV(B) 327.72º 0.63% 0.98% -
XYZ 51.19 31.15 44.91 -
YUV 148.93 143.85 200.09 -
System Red Green Blue C M Y K H S L
Decimal 250 92 177 0 0.63 0.29 0.02 327.72 0.94 0.67
Hex FA 5C B1 0 3F 1D 2 148 5E 43
Octal 372 134 261 0 77 35 2 510 136 103
Binary 11111010 1011100 10110001 0 111111 11101 10 101001000 1011110 1000011

Color Harmonies of #FA5CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5CB1

Black with #FA5CB1

Text Example


Text Example

White with #FA5CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5CB1; }

 p { color: rgb(250,92,177); }

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

background-color css

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

 a { background-color: rgb(250,92,177); }

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

border-color css

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

 span { border-color: rgb(250,92,177); }

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