Html Css Color HEX #FC78B2 Hot Pink

📋 copy color: '#FC78B2'

red 252 ◦ green 120 ◦ blue 178

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

Shades of Hot Pink #FC78B2

Tints of Hot Pink #FC78B2

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.82%

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

R = 45.82%
G = 21.82%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FC78B2 (or 0xFC78B2) is known color: Hot Pink. HEX triplet: FC, 78 and B2. RGB value is (252,120,178). Sum of RGB (Red+Green+Blue) = 252+120+178=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 120 (47.27% from 255 or 21.82% from 550); Blue value is 178 (69.92% from 255 or 32.36% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FC78B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC78B2 is #03874D. Grayscale: #A5A5A5. Windows color (decimal): -231246 or 11696380. OLE color: 11696380.

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

Color convert

RGB 252 120 178 -
CMYK 0 0.52 0.29 0.01
HSL 333.64º 0.96% 0.73% -
HSV(B) 333.64º 0.52% 0.99% -
XYZ 54.9 37.34 46.43 -
YUV 166.08 134.73 189.28 -
System Red Green Blue C M Y K H S L
Decimal 252 120 178 0 0.52 0.29 0.01 333.64 0.96 0.73
Hex FC 78 B2 0 34 1D 1 14E 60 49
Octal 374 170 262 0 64 35 1 516 140 111
Binary 11111100 1111000 10110010 0 110100 11101 1 101001110 1100000 1001001

Color Harmonies of #FC78B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC78B2

Black with #FC78B2

Text Example


Text Example

White with #FC78B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC78B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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