Html Css Color HEX #FA5CB8 Hot Pink

📋 copy color: '#FA5CB8'

red 250 ◦ green 92 ◦ blue 184

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

Shades of Hot Pink #FA5CB8

Tints of Hot Pink #FA5CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.98%

R = 47.53%
G = 17.49%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FA5CB8 (or 0xFA5CB8) is known color: Hot Pink. HEX triplet: FA, 5C and B8. RGB value is (250,92,184). Sum of RGB (Red+Green+Blue) = 250+92+184=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 92 (36.33% from 255 or 17.49% from 526); Blue value is 184 (72.27% from 255 or 34.98% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5CB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5CB8 is #05A347. Grayscale: #959595. Windows color (decimal): -369480 or 12082426. OLE color: 12082426.

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

Color convert

RGB 250 92 184 -
CMYK 0 0.63 0.26 0.02
HSL 325.06º 0.94% 0.67% -
HSV(B) 325.06º 0.63% 0.98% -
XYZ 51.9 31.44 48.68 -
YUV 149.73 147.35 199.52 -
System Red Green Blue C M Y K H S L
Decimal 250 92 184 0 0.63 0.26 0.02 325.06 0.94 0.67
Hex FA 5C B8 0 3F 1A 2 145 5E 43
Octal 372 134 270 0 77 32 2 505 136 103
Binary 11111010 1011100 10111000 0 111111 11010 10 101000101 1011110 1000011

Color Harmonies of #FA5CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5CB8

Black with #FA5CB8

Text Example


Text Example

White with #FA5CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5CB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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