Html Css Color HEX #FC5FB2 Hot Pink

📋 copy color: '#FC5FB2'

red 252 ◦ green 95 ◦ blue 178

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

Shades of Hot Pink #FC5FB2

Tints of Hot Pink #FC5FB2

RGB

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

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

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

R = 48%
G = 18.1%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FC5FB2 (or 0xFC5FB2) is known color: Hot Pink. HEX triplet: FC, 5F and B2. RGB value is (252,95,178). Sum of RGB (Red+Green+Blue) = 252+95+178=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 95 (37.5% from 255 or 18.10% from 525); Blue value is 178 (69.92% from 255 or 33.90% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5FB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5FB2 is #03A04D. Grayscale: #979797. Windows color (decimal): -237646 or 11689980. OLE color: 11689980.

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

Color convert

RGB 252 95 178 -
CMYK 0 0.62 0.29 0.01
HSL 328.28º 0.96% 0.68% -
HSV(B) 328.28º 0.62% 0.99% -
XYZ 52.27 32.09 45.56 -
YUV 151.41 143.01 199.75 -
System Red Green Blue C M Y K H S L
Decimal 252 95 178 0 0.62 0.29 0.01 328.28 0.96 0.68
Hex FC 5F B2 0 3E 1D 1 148 60 44
Octal 374 137 262 0 76 35 1 510 140 104
Binary 11111100 1011111 10110010 0 111110 11101 1 101001000 1100000 1000100

Color Harmonies of #FC5FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5FB2

Black with #FC5FB2

Text Example


Text Example

White with #FC5FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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