Html Css Color HEX #FC79BA Persian Pink

📋 copy color: '#FC79BA'

red 252 ◦ green 121 ◦ blue 186

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

Shades of Persian Pink #FC79BA

Tints of Persian Pink #FC79BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.27%

R = 45.08%
G = 21.65%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FC79BA (or 0xFC79BA) is known color: Persian Pink. HEX triplet: FC, 79 and BA. RGB value is (252,121,186). Sum of RGB (Red+Green+Blue) = 252+121+186=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 121 (47.66% from 255 or 21.65% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FC79BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC79BA is #038645. Grayscale: #A7A7A7. Windows color (decimal): -230982 or 12220924. OLE color: 12220924.

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

Color convert

RGB 252 121 186 -
CMYK 0 0.52 0.26 0.01
HSL 330.23º 0.96% 0.73% -
HSV(B) 330.23º 0.52% 0.99% -
XYZ 55.85 37.92 50.83 -
YUV 167.58 138.4 188.21 -
System Red Green Blue C M Y K H S L
Decimal 252 121 186 0 0.52 0.26 0.01 330.23 0.96 0.73
Hex FC 79 BA 0 34 1A 1 14A 60 49
Octal 374 171 272 0 64 32 1 512 140 111
Binary 11111100 1111001 10111010 0 110100 11010 1 101001010 1100000 1001001

Color Harmonies of #FC79BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC79BA

Black with #FC79BA

Text Example


Text Example

White with #FC79BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC79BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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