Html Css Color HEX #FA77BD Persian Pink

📋 copy color: '#FA77BD'

red 250 ◦ green 119 ◦ blue 189

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

Shades of Persian Pink #FA77BD

Tints of Persian Pink #FA77BD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.33%

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

R = 44.8%
G = 21.33%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FA77BD (or 0xFA77BD) is known color: Persian Pink. HEX triplet: FA, 77 and BD. RGB value is (250,119,189). Sum of RGB (Red+Green+Blue) = 250+119+189=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 119 (46.88% from 255 or 21.33% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FA77BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA77BD is #058842. Grayscale: #A5A5A5. Windows color (decimal): -362563 or 12417018. OLE color: 12417018.

HSL color Cylindrical-coordinate representation of color #FA77BD: hue angle of 327.94º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FA77BD is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 119 189 -
CMYK 0 0.52 0.24 0.02
HSL 327.94º 0.93% 0.72% -
HSV(B) 327.94º 0.52% 0.98% -
XYZ 55.21 37.19 52.41 -
YUV 166.15 140.9 187.81 -
System Red Green Blue C M Y K H S L
Decimal 250 119 189 0 0.52 0.24 0.02 327.94 0.93 0.72
Hex FA 77 BD 0 34 18 2 148 5D 48
Octal 372 167 275 0 64 30 2 510 135 110
Binary 11111010 1110111 10111101 0 110100 11000 10 101001000 1011101 1001000

Color Harmonies of #FA77BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA77BD

Black with #FA77BD

Text Example


Text Example

White with #FA77BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA77BD; }

 p { color: rgb(250,119,189); }

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

background-color css

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

 a { background-color: rgb(250,119,189); }

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

border-color css

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

 span { border-color: rgb(250,119,189); }

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