Html Css Color HEX #FC5CBC Hot Pink

📋 copy color: '#FC5CBC'

red 252 ◦ green 92 ◦ blue 188

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

Shades of Hot Pink #FC5CBC

Tints of Hot Pink #FC5CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.34%

R = 47.37%
G = 17.29%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC5CBC (or 0xFC5CBC) is known color: Hot Pink. HEX triplet: FC, 5C and BC. RGB value is (252,92,188). Sum of RGB (Red+Green+Blue) = 252+92+188=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 92 (36.33% from 255 or 17.29% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5CBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5CBC is #03A343. Grayscale: #969696. Windows color (decimal): -238404 or 12344572. OLE color: 12344572.

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

Color convert

RGB 252 92 188 -
CMYK 0 0.63 0.25 0.01
HSL 324º 0.96% 0.67% -
HSV(B) 324º 0.63% 0.99% -
XYZ 53.05 31.98 50.95 -
YUV 150.78 149.01 200.19 -
System Red Green Blue C M Y K H S L
Decimal 252 92 188 0 0.63 0.25 0.01 324 0.96 0.67
Hex FC 5C BC 0 3F 19 1 144 60 43
Octal 374 134 274 0 77 31 1 504 140 103
Binary 11111100 1011100 10111100 0 111111 11001 1 101000100 1100000 1000011

Color Harmonies of #FC5CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5CBC

Black with #FC5CBC

Text Example


Text Example

White with #FC5CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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