Html Css Color HEX #FA7CB1 Persian Pink

📋 copy color: '#FA7CB1'

red 250 ◦ green 124 ◦ blue 177

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

Shades of Persian Pink #FA7CB1

Tints of Persian Pink #FA7CB1

RGB

 RED value IS 250 (98.05% from 255) = 45.37%

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

 BLUE value IS 177 (69.53% from 255) = 32.12%

R = 45.37%
G = 22.5%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FA7CB1 (or 0xFA7CB1) is known color: Persian Pink. HEX triplet: FA, 7C and B1. RGB value is (250,124,177). Sum of RGB (Red+Green+Blue) = 250+124+177=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 124 (48.83% from 255 or 22.50% from 551); Blue value is 177 (69.53% from 255 or 32.12% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7CB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7CB1 is #05834E. Grayscale: #A7A7A7. Windows color (decimal): -361295 or 11631866. OLE color: 11631866.

HSL color Cylindrical-coordinate representation of color #FA7CB1: hue angle of 334.76º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA7CB1 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 124 177 -
CMYK 0 0.50 0.29 0.02
HSL 334.76º 0.93% 0.73% -
HSV(B) 334.76º 0.5% 0.98% -
XYZ 54.57 37.91 46.04 -
YUV 167.72 133.24 186.69 -
System Red Green Blue C M Y K H S L
Decimal 250 124 177 0 0.50 0.29 0.02 334.76 0.93 0.73
Hex FA 7C B1 0 32 1D 2 14F 5D 49
Octal 372 174 261 0 62 35 2 517 135 111
Binary 11111010 1111100 10110001 0 110010 11101 10 101001111 1011101 1001001

Color Harmonies of #FA7CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7CB1

Black with #FA7CB1

Text Example


Text Example

White with #FA7CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7CB1; }

 p { color: rgb(250,124,177); }

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

background-color css

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

 a { background-color: rgb(250,124,177); }

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

border-color css

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

 span { border-color: rgb(250,124,177); }

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