Html Css Color HEX #FA80BA Persian Pink

📋 copy color: '#FA80BA'

red 250 ◦ green 128 ◦ blue 186

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

Shades of Persian Pink #FA80BA

Tints of Persian Pink #FA80BA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.7%

 BLUE value IS 186 (73.05% from 255) = 32.98%

R = 44.33%
G = 22.7%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FA80BA (or 0xFA80BA) is known color: Persian Pink. HEX triplet: FA, 80 and BA. RGB value is (250,128,186). Sum of RGB (Red+Green+Blue) = 250+128+186=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 128 (50.39% from 255 or 22.70% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA80BA is #057F45. Grayscale: #AAAAAA. Windows color (decimal): -360262 or 12222714. OLE color: 12222714.

HSL color Cylindrical-coordinate representation of color #FA80BA: hue angle of 331.48º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FA80BA is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 128 186 -
CMYK 0 0.49 0.26 0.02
HSL 331.48º 0.92% 0.74% -
HSV(B) 331.48º 0.49% 0.98% -
XYZ 56.01 39.31 51.09 -
YUV 171.09 136.42 184.28 -
System Red Green Blue C M Y K H S L
Decimal 250 128 186 0 0.49 0.26 0.02 331.48 0.92 0.74
Hex FA 80 BA 0 31 1A 2 14B 5C 4A
Octal 372 200 272 0 61 32 2 513 134 112
Binary 11111010 10000000 10111010 0 110001 11010 10 101001011 1011100 1001010

Color Harmonies of #FA80BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA80BA

Black with #FA80BA

Text Example


Text Example

White with #FA80BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA80BA; }

 p { color: rgb(250,128,186); }

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

background-color css

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

 a { background-color: rgb(250,128,186); }

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

border-color css

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

 span { border-color: rgb(250,128,186); }

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