Html Css Color HEX #FC78C3 Persian Pink

📋 copy color: '#FC78C3'

red 252 ◦ green 120 ◦ blue 195

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

Shades of Persian Pink #FC78C3

Tints of Persian Pink #FC78C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 34.39%

R = 44.44%
G = 21.16%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FC78C3 (or 0xFC78C3) is known color: Persian Pink. HEX triplet: FC, 78 and C3. RGB value is (252,120,195). Sum of RGB (Red+Green+Blue) = 252+120+195=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 120 (47.27% from 255 or 21.16% from 567); Blue value is 195 (76.56% from 255 or 34.39% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FC78C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC78C3 is #03873C. Grayscale: #A7A7A7. Windows color (decimal): -231229 or 12810492. OLE color: 12810492.

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

Color convert

RGB 252 120 195 -
CMYK 0 0.52 0.23 0.01
HSL 325.91º 0.96% 0.73% -
HSV(B) 325.91º 0.52% 0.99% -
XYZ 56.71 38.07 55.99 -
YUV 168.02 143.23 187.9 -
System Red Green Blue C M Y K H S L
Decimal 252 120 195 0 0.52 0.23 0.01 325.91 0.96 0.73
Hex FC 78 C3 0 34 17 1 146 60 49
Octal 374 170 303 0 64 27 1 506 140 111
Binary 11111100 1111000 11000011 0 110100 10111 1 101000110 1100000 1001001

Color Harmonies of #FC78C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC78C3

Black with #FC78C3

Text Example


Text Example

White with #FC78C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC78C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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