Html Css Color HEX #FC7CC2 Persian Pink

📋 copy color: '#FC7CC2'

red 252 ◦ green 124 ◦ blue 194

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

Shades of Persian Pink #FC7CC2

Tints of Persian Pink #FC7CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.04%

R = 44.21%
G = 21.75%
B = 34.04%

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

#FC7CC2 (or 0xFC7CC2) is known color: Persian Pink. HEX triplet: FC, 7C and C2. RGB value is (252,124,194). Sum of RGB (Red+Green+Blue) = 252+124+194=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 124 (48.83% from 255 or 21.75% from 570); Blue value is 194 (76.17% from 255 or 34.04% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7CC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7CC2 is #03833D. Grayscale: #AAAAAA. Windows color (decimal): -230206 or 12745980. OLE color: 12745980.

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

Color convert

RGB 252 124 194 -
CMYK 0 0.51 0.23 0.01
HSL 327.19º 0.96% 0.74% -
HSV(B) 327.19º 0.51% 0.99% -
XYZ 57.09 39.01 55.56 -
YUV 170.25 141.41 186.31 -
System Red Green Blue C M Y K H S L
Decimal 252 124 194 0 0.51 0.23 0.01 327.19 0.96 0.74
Hex FC 7C C2 0 33 17 1 147 60 4A
Octal 374 174 302 0 63 27 1 507 140 112
Binary 11111100 1111100 11000010 0 110011 10111 1 101000111 1100000 1001010

Color Harmonies of #FC7CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7CC2

Black with #FC7CC2

Text Example


Text Example

White with #FC7CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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