Html Css Color HEX #FC7AC2 Persian Pink

📋 copy color: '#FC7AC2'

red 252 ◦ green 122 ◦ blue 194

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

Shades of Persian Pink #FC7AC2

Tints of Persian Pink #FC7AC2

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.48%

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

R = 44.37%
G = 21.48%
B = 34.15%

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

#FC7AC2 (or 0xFC7AC2) is known color: Persian Pink. HEX triplet: FC, 7A and C2. RGB value is (252,122,194). Sum of RGB (Red+Green+Blue) = 252+122+194=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 122 (48.05% from 255 or 21.48% from 568); Blue value is 194 (76.17% from 255 or 34.15% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7AC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7AC2 is #03853D. Grayscale: #A8A8A8. Windows color (decimal): -230718 or 12745468. OLE color: 12745468.

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

Color convert

RGB 252 122 194 -
CMYK 0 0.52 0.23 0.01
HSL 326.77º 0.96% 0.73% -
HSV(B) 326.77º 0.52% 0.99% -
XYZ 56.84 38.51 55.48 -
YUV 169.08 142.07 187.15 -
System Red Green Blue C M Y K H S L
Decimal 252 122 194 0 0.52 0.23 0.01 326.77 0.96 0.73
Hex FC 7A C2 0 34 17 1 147 60 49
Octal 374 172 302 0 64 27 1 507 140 111
Binary 11111100 1111010 11000010 0 110100 10111 1 101000111 1100000 1001001

Color Harmonies of #FC7AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7AC2

Black with #FC7AC2

Text Example


Text Example

White with #FC7AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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