Html Css Color HEX #FC7CC1 Persian Pink

📋 copy color: '#FC7CC1'

red 252 ◦ green 124 ◦ blue 193

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

Shades of Persian Pink #FC7CC1

Tints of Persian Pink #FC7CC1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.79%

 BLUE value IS 193 (75.78% from 255) = 33.92%

R = 44.29%
G = 21.79%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FC7CC1 (or 0xFC7CC1) is known color: Persian Pink. HEX triplet: FC, 7C and C1. RGB value is (252,124,193). Sum of RGB (Red+Green+Blue) = 252+124+193=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 124 (48.83% from 255 or 21.79% from 569); Blue value is 193 (75.78% from 255 or 33.92% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7CC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7CC1 is #03833E. Grayscale: #A9A9A9. Windows color (decimal): -230207 or 12680444. OLE color: 12680444.

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

Color convert

RGB 252 124 193 -
CMYK 0 0.51 0.23 0.01
HSL 327.66º 0.96% 0.74% -
HSV(B) 327.66º 0.51% 0.99% -
XYZ 56.98 38.96 54.97 -
YUV 170.14 140.91 186.39 -
System Red Green Blue C M Y K H S L
Decimal 252 124 193 0 0.51 0.23 0.01 327.66 0.96 0.74
Hex FC 7C C1 0 33 17 1 148 60 4A
Octal 374 174 301 0 63 27 1 510 140 112
Binary 11111100 1111100 11000001 0 110011 10111 1 101001000 1100000 1001010

Color Harmonies of #FC7CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7CC1

Black with #FC7CC1

Text Example


Text Example

White with #FC7CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7CC1; }

 p { color: rgb(252,124,193); }

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

background-color css

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

 a { background-color: rgb(252,124,193); }

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

border-color css

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

 span { border-color: rgb(252,124,193); }

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