Html Css Color HEX #FC80C0 Persian Pink

📋 copy color: '#FC80C0'

red 252 ◦ green 128 ◦ blue 192

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

Shades of Persian Pink #FC80C0

Tints of Persian Pink #FC80C0

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.38%

 BLUE value IS 192 (75.39% from 255) = 33.57%

R = 44.06%
G = 22.38%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FC80C0 (or 0xFC80C0) is known color: Persian Pink. HEX triplet: FC, 80 and C0. RGB value is (252,128,192). Sum of RGB (Red+Green+Blue) = 252+128+192=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 128 (50.39% from 255 or 22.38% from 572); Blue value is 192 (75.39% from 255 or 33.57% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC80C0 is #037F3F. Grayscale: #ACACAC. Windows color (decimal): -229184 or 12615932. OLE color: 12615932.

HSL color Cylindrical-coordinate representation of color #FC80C0: hue angle of 329.03º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FC80C0 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 128 192 -
CMYK 0 0.49 0.24 0.01
HSL 329.03º 0.95% 0.75% -
HSV(B) 329.03º 0.49% 0.99% -
XYZ 57.38 39.94 54.55 -
YUV 172.37 139.08 184.8 -
System Red Green Blue C M Y K H S L
Decimal 252 128 192 0 0.49 0.24 0.01 329.03 0.95 0.75
Hex FC 80 C0 0 31 18 1 149 5F 4B
Octal 374 200 300 0 61 30 1 511 137 113
Binary 11111100 10000000 11000000 0 110001 11000 1 101001001 1011111 1001011

Color Harmonies of #FC80C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC80C0

Black with #FC80C0

Text Example


Text Example

White with #FC80C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC80C0; }

 p { color: rgb(252,128,192); }

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

background-color css

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

 a { background-color: rgb(252,128,192); }

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

border-color css

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

 span { border-color: rgb(252,128,192); }

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