Html Css Color HEX #FC5FBA Hot Pink

📋 copy color: '#FC5FBA'

red 252 ◦ green 95 ◦ blue 186

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

Shades of Hot Pink #FC5FBA

Tints of Hot Pink #FC5FBA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.82%

 BLUE value IS 186 (73.05% from 255) = 34.9%

R = 47.28%
G = 17.82%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FC5FBA (or 0xFC5FBA) is known color: Hot Pink. HEX triplet: FC, 5F and BA. RGB value is (252,95,186). Sum of RGB (Red+Green+Blue) = 252+95+186=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 95 (37.5% from 255 or 17.82% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5FBA is #03A045. Grayscale: #989898. Windows color (decimal): -237638 or 12214268. OLE color: 12214268.

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

Color convert

RGB 252 95 186 -
CMYK 0 0.62 0.26 0.01
HSL 325.22º 0.96% 0.68% -
HSV(B) 325.22º 0.62% 0.99% -
XYZ 53.1 32.43 49.91 -
YUV 152.32 147.01 199.1 -
System Red Green Blue C M Y K H S L
Decimal 252 95 186 0 0.62 0.26 0.01 325.22 0.96 0.68
Hex FC 5F BA 0 3E 1A 1 145 60 44
Octal 374 137 272 0 76 32 1 505 140 104
Binary 11111100 1011111 10111010 0 111110 11010 1 101000101 1100000 1000100

Color Harmonies of #FC5FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5FBA

Black with #FC5FBA

Text Example


Text Example

White with #FC5FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5FBA; }

 p { color: rgb(252,95,186); }

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

background-color css

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

 a { background-color: rgb(252,95,186); }

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

border-color css

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

 span { border-color: rgb(252,95,186); }

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