Html Css Color HEX #FC7FB8 Persian Pink

📋 copy color: '#FC7FB8'

red 252 ◦ green 127 ◦ blue 184

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

Shades of Persian Pink #FC7FB8

Tints of Persian Pink #FC7FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 32.68%

R = 44.76%
G = 22.56%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FC7FB8 (or 0xFC7FB8) is known color: Persian Pink. HEX triplet: FC, 7F and B8. RGB value is (252,127,184). Sum of RGB (Red+Green+Blue) = 252+127+184=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 127 (50% from 255 or 22.56% from 563); Blue value is 184 (72.27% from 255 or 32.68% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7FB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7FB8 is #038047. Grayscale: #AAAAAA. Windows color (decimal): -229448 or 12091388. OLE color: 12091388.

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

Color convert

RGB 252 127 184 -
CMYK 0 0.50 0.27 0.01
HSL 332.64º 0.95% 0.74% -
HSV(B) 332.64º 0.5% 0.99% -
XYZ 56.39 39.33 49.97 -
YUV 170.87 135.41 185.87 -
System Red Green Blue C M Y K H S L
Decimal 252 127 184 0 0.50 0.27 0.01 332.64 0.95 0.74
Hex FC 7F B8 0 32 1B 1 14D 5F 4A
Octal 374 177 270 0 62 33 1 515 137 112
Binary 11111100 1111111 10111000 0 110010 11011 1 101001101 1011111 1001010

Color Harmonies of #FC7FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7FB8

Black with #FC7FB8

Text Example


Text Example

White with #FC7FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7FB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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