Html Css Color HEX #FC78B8 Persian Pink

📋 copy color: '#FC78B8'

red 252 ◦ green 120 ◦ blue 184

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

Shades of Persian Pink #FC78B8

Tints of Persian Pink #FC78B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 33.09%

R = 45.32%
G = 21.58%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FC78B8 (or 0xFC78B8) is known color: Persian Pink. HEX triplet: FC, 78 and B8. RGB value is (252,120,184). Sum of RGB (Red+Green+Blue) = 252+120+184=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 120 (47.27% from 255 or 21.58% from 556); Blue value is 184 (72.27% from 255 or 33.09% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FC78B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC78B8 is #038747. Grayscale: #A6A6A6. Windows color (decimal): -231240 or 12089596. OLE color: 12089596.

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

Color convert

RGB 252 120 184 -
CMYK 0 0.52 0.27 0.01
HSL 330.91º 0.96% 0.73% -
HSV(B) 330.91º 0.52% 0.99% -
XYZ 55.51 37.59 49.68 -
YUV 166.76 137.73 188.8 -
System Red Green Blue C M Y K H S L
Decimal 252 120 184 0 0.52 0.27 0.01 330.91 0.96 0.73
Hex FC 78 B8 0 34 1B 1 14B 60 49
Octal 374 170 270 0 64 33 1 513 140 111
Binary 11111100 1111000 10111000 0 110100 11011 1 101001011 1100000 1001001

Color Harmonies of #FC78B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC78B8

Black with #FC78B8

Text Example


Text Example

White with #FC78B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC78B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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