Html Css Color HEX #FC7CB5 Persian Pink

📋 copy color: '#FC7CB5'

red 252 ◦ green 124 ◦ blue 181

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

Shades of Persian Pink #FC7CB5

Tints of Persian Pink #FC7CB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 32.5%

R = 45.24%
G = 22.26%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FC7CB5 (or 0xFC7CB5) is known color: Persian Pink. HEX triplet: FC, 7C and B5. RGB value is (252,124,181). Sum of RGB (Red+Green+Blue) = 252+124+181=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 124 (48.83% from 255 or 22.26% from 557); Blue value is 181 (71.09% from 255 or 32.50% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7CB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7CB5 is #03834A. Grayscale: #A8A8A8. Windows color (decimal): -230219 or 11894012. OLE color: 11894012.

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

Color convert

RGB 252 124 181 -
CMYK 0 0.51 0.28 0.01
HSL 333.28º 0.96% 0.74% -
HSV(B) 333.28º 0.51% 0.99% -
XYZ 55.69 38.45 48.2 -
YUV 168.77 134.91 187.37 -
System Red Green Blue C M Y K H S L
Decimal 252 124 181 0 0.51 0.28 0.01 333.28 0.96 0.74
Hex FC 7C B5 0 33 1C 1 14D 60 4A
Octal 374 174 265 0 63 34 1 515 140 112
Binary 11111100 1111100 10110101 0 110011 11100 1 101001101 1100000 1001010

Color Harmonies of #FC7CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7CB5

Black with #FC7CB5

Text Example


Text Example

White with #FC7CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7CB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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