Html Css Color HEX #FC5CB2 Hot Pink

📋 copy color: '#FC5CB2'

red 252 ◦ green 92 ◦ blue 178

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

Shades of Hot Pink #FC5CB2

Tints of Hot Pink #FC5CB2

RGB

 RED value IS 252 (98.83% from 255) = 48.28%

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

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

R = 48.28%
G = 17.62%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FC5CB2 (or 0xFC5CB2) is known color: Hot Pink. HEX triplet: FC, 5C and B2. RGB value is (252,92,178). Sum of RGB (Red+Green+Blue) = 252+92+178=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 92 (36.33% from 255 or 17.62% from 522); Blue value is 178 (69.92% from 255 or 34.10% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5CB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5CB2 is #03A34D. Grayscale: #959595. Windows color (decimal): -238414 or 11689212. OLE color: 11689212.

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

Color convert

RGB 252 92 178 -
CMYK 0 0.63 0.29 0.01
HSL 327.75º 0.96% 0.67% -
HSV(B) 327.75º 0.63% 0.99% -
XYZ 52.01 31.56 45.47 -
YUV 149.64 144.01 201.01 -
System Red Green Blue C M Y K H S L
Decimal 252 92 178 0 0.63 0.29 0.01 327.75 0.96 0.67
Hex FC 5C B2 0 3F 1D 1 148 60 43
Octal 374 134 262 0 77 35 1 510 140 103
Binary 11111100 1011100 10110010 0 111111 11101 1 101001000 1100000 1000011

Color Harmonies of #FC5CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5CB2

Black with #FC5CB2

Text Example


Text Example

White with #FC5CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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