Html Css Color HEX #FC73BD Persian Pink

📋 copy color: '#FC73BD'

red 252 ◦ green 115 ◦ blue 189

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

Shades of Persian Pink #FC73BD

Tints of Persian Pink #FC73BD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.68%

 BLUE value IS 189 (74.22% from 255) = 33.99%

R = 45.32%
G = 20.68%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC73BD (or 0xFC73BD) is known color: Persian Pink. HEX triplet: FC, 73 and BD. RGB value is (252,115,189). Sum of RGB (Red+Green+Blue) = 252+115+189=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 115 (45.31% from 255 or 20.68% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FC73BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC73BD is #038C42. Grayscale: #A4A4A4. Windows color (decimal): -232515 or 12415996. OLE color: 12415996.

HSL color Cylindrical-coordinate representation of color #FC73BD: hue angle of 327.59º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FC73BD is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 115 189 -
CMYK 0 0.54 0.25 0.01
HSL 327.59º 0.96% 0.72% -
HSV(B) 327.59º 0.54% 0.99% -
XYZ 55.46 36.63 52.29 -
YUV 164.4 141.89 190.48 -
System Red Green Blue C M Y K H S L
Decimal 252 115 189 0 0.54 0.25 0.01 327.59 0.96 0.72
Hex FC 73 BD 0 36 19 1 148 60 48
Octal 374 163 275 0 66 31 1 510 140 110
Binary 11111100 1110011 10111101 0 110110 11001 1 101001000 1100000 1001000

Color Harmonies of #FC73BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC73BD

Black with #FC73BD

Text Example


Text Example

White with #FC73BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC73BD; }

 p { color: rgb(252,115,189); }

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

background-color css

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

 a { background-color: rgb(252,115,189); }

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

border-color css

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

 span { border-color: rgb(252,115,189); }

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