Html Css Color HEX #FA80B5 Persian Pink

📋 copy color: '#FA80B5'

red 250 ◦ green 128 ◦ blue 181

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

Shades of Persian Pink #FA80B5

Tints of Persian Pink #FA80B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 32.38%

R = 44.72%
G = 22.9%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FA80B5 (or 0xFA80B5) is known color: Persian Pink. HEX triplet: FA, 80 and B5. RGB value is (250,128,181). Sum of RGB (Red+Green+Blue) = 250+128+181=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 128 (50.39% from 255 or 22.90% from 559); Blue value is 181 (71.09% from 255 or 32.38% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA80B5 is #057F4A. Grayscale: #AAAAAA. Windows color (decimal): -360267 or 11895034. OLE color: 11895034.

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

Color convert

RGB 250 128 181 -
CMYK 0 0.49 0.28 0.02
HSL 333.93º 0.92% 0.74% -
HSV(B) 333.93º 0.49% 0.98% -
XYZ 55.48 39.1 48.34 -
YUV 170.52 133.92 184.69 -
System Red Green Blue C M Y K H S L
Decimal 250 128 181 0 0.49 0.28 0.02 333.93 0.92 0.74
Hex FA 80 B5 0 31 1C 2 14E 5C 4A
Octal 372 200 265 0 61 34 2 516 134 112
Binary 11111010 10000000 10110101 0 110001 11100 10 101001110 1011100 1001010

Color Harmonies of #FA80B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA80B5

Black with #FA80B5

Text Example


Text Example

White with #FA80B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA80B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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