Html Css Color HEX #FA77B9 Persian Pink

📋 copy color: '#FA77B9'

red 250 ◦ green 119 ◦ blue 185

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

Shades of Persian Pink #FA77B9

Tints of Persian Pink #FA77B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 33.39%

R = 45.13%
G = 21.48%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FA77B9 (or 0xFA77B9) is known color: Persian Pink. HEX triplet: FA, 77 and B9. RGB value is (250,119,185). Sum of RGB (Red+Green+Blue) = 250+119+185=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 119 (46.88% from 255 or 21.48% from 554); Blue value is 185 (72.66% from 255 or 33.39% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FA77B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA77B9 is #058846. Grayscale: #A5A5A5. Windows color (decimal): -362567 or 12154874. OLE color: 12154874.

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

Color convert

RGB 250 119 185 -
CMYK 0 0.52 0.26 0.02
HSL 329.77º 0.93% 0.72% -
HSV(B) 329.77º 0.52% 0.98% -
XYZ 54.78 37.02 50.16 -
YUV 165.69 138.9 188.13 -
System Red Green Blue C M Y K H S L
Decimal 250 119 185 0 0.52 0.26 0.02 329.77 0.93 0.72
Hex FA 77 B9 0 34 1A 2 14A 5D 48
Octal 372 167 271 0 64 32 2 512 135 110
Binary 11111010 1110111 10111001 0 110100 11010 10 101001010 1011101 1001000

Color Harmonies of #FA77B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA77B9

Black with #FA77B9

Text Example


Text Example

White with #FA77B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA77B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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