Html Css Color HEX #FC7ABA Persian Pink

📋 copy color: '#FC7ABA'

red 252 ◦ green 122 ◦ blue 186

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

Shades of Persian Pink #FC7ABA

Tints of Persian Pink #FC7ABA

RGB

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

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

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

R = 45%
G = 21.79%
B = 33.21%

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

#FC7ABA (or 0xFC7ABA) is known color: Persian Pink. HEX triplet: FC, 7A and BA. RGB value is (252,122,186). Sum of RGB (Red+Green+Blue) = 252+122+186=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 122 (48.05% from 255 or 21.79% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7ABA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7ABA is #038545. Grayscale: #A8A8A8. Windows color (decimal): -230726 or 12221180. OLE color: 12221180.

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

Color convert

RGB 252 122 186 -
CMYK 0 0.52 0.26 0.01
HSL 330.46º 0.96% 0.73% -
HSV(B) 330.46º 0.52% 0.99% -
XYZ 55.97 38.16 50.87 -
YUV 168.17 138.07 187.8 -
System Red Green Blue C M Y K H S L
Decimal 252 122 186 0 0.52 0.26 0.01 330.46 0.96 0.73
Hex FC 7A BA 0 34 1A 1 14A 60 49
Octal 374 172 272 0 64 32 1 512 140 111
Binary 11111100 1111010 10111010 0 110100 11010 1 101001010 1100000 1001001

Color Harmonies of #FC7ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7ABA

Black with #FC7ABA

Text Example


Text Example

White with #FC7ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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