Html Css Color HEX #FC78BA Persian Pink

📋 copy color: '#FC78BA'

red 252 ◦ green 120 ◦ blue 186

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

Shades of Persian Pink #FC78BA

Tints of Persian Pink #FC78BA

RGB

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

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

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

R = 45.16%
G = 21.51%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FC78BA (or 0xFC78BA) is known color: Persian Pink. HEX triplet: FC, 78 and BA. RGB value is (252,120,186). Sum of RGB (Red+Green+Blue) = 252+120+186=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 120 (47.27% from 255 or 21.51% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FC78BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC78BA is #038745. Grayscale: #A6A6A6. Windows color (decimal): -231238 or 12220668. OLE color: 12220668.

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

Color convert

RGB 252 120 186 -
CMYK 0 0.52 0.26 0.01
HSL 330º 0.96% 0.73% -
HSV(B) 330º 0.52% 0.99% -
XYZ 55.72 37.67 50.79 -
YUV 166.99 138.73 188.63 -
System Red Green Blue C M Y K H S L
Decimal 252 120 186 0 0.52 0.26 0.01 330 0.96 0.73
Hex FC 78 BA 0 34 1A 1 14A 60 49
Octal 374 170 272 0 64 32 1 512 140 111
Binary 11111100 1111000 10111010 0 110100 11010 1 101001010 1100000 1001001

Color Harmonies of #FC78BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC78BA

Black with #FC78BA

Text Example


Text Example

White with #FC78BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC78BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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