Html Css Color HEX #FA7CB8 Persian Pink

📋 copy color: '#FA7CB8'

red 250 ◦ green 124 ◦ blue 184

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

Shades of Persian Pink #FA7CB8

Tints of Persian Pink #FA7CB8

RGB

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

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

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

R = 44.8%
G = 22.22%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FA7CB8 (or 0xFA7CB8) is known color: Persian Pink. HEX triplet: FA, 7C and B8. RGB value is (250,124,184). Sum of RGB (Red+Green+Blue) = 250+124+184=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 124 (48.83% from 255 or 22.22% from 558); Blue value is 184 (72.27% from 255 or 32.97% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7CB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7CB8 is #058347. Grayscale: #A8A8A8. Windows color (decimal): -361288 or 12090618. OLE color: 12090618.

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

Color convert

RGB 250 124 184 -
CMYK 0 0.50 0.26 0.02
HSL 331.43º 0.93% 0.73% -
HSV(B) 331.43º 0.5% 0.98% -
XYZ 55.28 38.2 49.81 -
YUV 168.51 136.74 186.12 -
System Red Green Blue C M Y K H S L
Decimal 250 124 184 0 0.50 0.26 0.02 331.43 0.93 0.73
Hex FA 7C B8 0 32 1A 2 14B 5D 49
Octal 372 174 270 0 62 32 2 513 135 111
Binary 11111010 1111100 10111000 0 110010 11010 10 101001011 1011101 1001001

Color Harmonies of #FA7CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7CB8

Black with #FA7CB8

Text Example


Text Example

White with #FA7CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7CB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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