Html Css Color HEX #FC79C3 Persian Pink

📋 copy color: '#FC79C3'

red 252 ◦ green 121 ◦ blue 195

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

Shades of Persian Pink #FC79C3

Tints of Persian Pink #FC79C3

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.3%

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

R = 44.37%
G = 21.3%
B = 34.33%

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

#FC79C3 (or 0xFC79C3) is known color: Persian Pink. HEX triplet: FC, 79 and C3. RGB value is (252,121,195). Sum of RGB (Red+Green+Blue) = 252+121+195=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 121 (47.66% from 255 or 21.30% from 568); Blue value is 195 (76.56% from 255 or 34.33% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FC79C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC79C3 is #03863C. Grayscale: #A8A8A8. Windows color (decimal): -230973 or 12810748. OLE color: 12810748.

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

Color convert

RGB 252 121 195 -
CMYK 0 0.52 0.23 0.01
HSL 326.11º 0.96% 0.73% -
HSV(B) 326.11º 0.52% 0.99% -
XYZ 56.83 38.31 56.03 -
YUV 168.61 142.9 187.48 -
System Red Green Blue C M Y K H S L
Decimal 252 121 195 0 0.52 0.23 0.01 326.11 0.96 0.73
Hex FC 79 C3 0 34 17 1 146 60 49
Octal 374 171 303 0 64 27 1 506 140 111
Binary 11111100 1111001 11000011 0 110100 10111 1 101000110 1100000 1001001

Color Harmonies of #FC79C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC79C3

Black with #FC79C3

Text Example


Text Example

White with #FC79C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC79C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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