Html Css Color HEX #FA5CB2 Hot Pink

📋 copy color: '#FA5CB2'

red 250 ◦ green 92 ◦ blue 178

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

Shades of Hot Pink #FA5CB2

Tints of Hot Pink #FA5CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.23%

R = 48.08%
G = 17.69%
B = 34.23%

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

#FA5CB2 (or 0xFA5CB2) is known color: Hot Pink. HEX triplet: FA, 5C and B2. RGB value is (250,92,178). Sum of RGB (Red+Green+Blue) = 250+92+178=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 92 (36.33% from 255 or 17.69% from 520); Blue value is 178 (69.92% from 255 or 34.23% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5CB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5CB2 is #05A34D. Grayscale: #949494. Windows color (decimal): -369486 or 11689210. OLE color: 11689210.

HSL color Cylindrical-coordinate representation of color #FA5CB2: hue angle of 327.34º 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 #FA5CB2 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 92 178 -
CMYK 0 0.63 0.29 0.02
HSL 327.34º 0.94% 0.67% -
HSV(B) 327.34º 0.63% 0.98% -
XYZ 51.29 31.19 45.44 -
YUV 149.05 144.35 200.01 -
System Red Green Blue C M Y K H S L
Decimal 250 92 178 0 0.63 0.29 0.02 327.34 0.94 0.67
Hex FA 5C B2 0 3F 1D 2 147 5E 43
Octal 372 134 262 0 77 35 2 507 136 103
Binary 11111010 1011100 10110010 0 111111 11101 10 101000111 1011110 1000011

Color Harmonies of #FA5CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5CB2

Black with #FA5CB2

Text Example


Text Example

White with #FA5CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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