Html Css Color HEX #FC7FBC Persian Pink

📋 copy color: '#FC7FBC'

red 252 ◦ green 127 ◦ blue 188

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

Shades of Persian Pink #FC7FBC

Tints of Persian Pink #FC7FBC

RGB

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

 GREEN value IS 127 (50% from 255) = 22.4%

 BLUE value IS 188 (73.83% from 255) = 33.16%

R = 44.44%
G = 22.4%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC7FBC (or 0xFC7FBC) is known color: Persian Pink. HEX triplet: FC, 7F and BC. RGB value is (252,127,188). Sum of RGB (Red+Green+Blue) = 252+127+188=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 127 (50% from 255 or 22.40% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7FBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7FBC is #038043. Grayscale: #ABABAB. Windows color (decimal): -229444 or 12353532. OLE color: 12353532.

HSL color Cylindrical-coordinate representation of color #FC7FBC: hue angle of 330.72º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC7FBC is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 127 188 -
CMYK 0 0.50 0.25 0.01
HSL 330.72º 0.95% 0.74% -
HSV(B) 330.72º 0.5% 0.99% -
XYZ 56.81 39.51 52.21 -
YUV 171.33 137.41 185.54 -
System Red Green Blue C M Y K H S L
Decimal 252 127 188 0 0.50 0.25 0.01 330.72 0.95 0.74
Hex FC 7F BC 0 32 19 1 14B 5F 4A
Octal 374 177 274 0 62 31 1 513 137 112
Binary 11111100 1111111 10111100 0 110010 11001 1 101001011 1011111 1001010

Color Harmonies of #FC7FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7FBC

Black with #FC7FBC

Text Example


Text Example

White with #FC7FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7FBC; }

 p { color: rgb(252,127,188); }

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

background-color css

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

 a { background-color: rgb(252,127,188); }

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

border-color css

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

 span { border-color: rgb(252,127,188); }

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