Html Css Color HEX #FA80B7 Persian Pink

📋 copy color: '#FA80B7'

red 250 ◦ green 128 ◦ blue 183

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

Shades of Persian Pink #FA80B7

Tints of Persian Pink #FA80B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 32.62%

R = 44.56%
G = 22.82%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FA80B7 (or 0xFA80B7) is known color: Persian Pink. HEX triplet: FA, 80 and B7. RGB value is (250,128,183). Sum of RGB (Red+Green+Blue) = 250+128+183=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 128 (50.39% from 255 or 22.82% from 561); Blue value is 183 (71.88% from 255 or 32.62% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA80B7 is #057F48. Grayscale: #AAAAAA. Windows color (decimal): -360265 or 12026106. OLE color: 12026106.

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

Color convert

RGB 250 128 183 -
CMYK 0 0.49 0.27 0.02
HSL 332.95º 0.92% 0.74% -
HSV(B) 332.95º 0.49% 0.98% -
XYZ 55.69 39.18 49.43 -
YUV 170.75 134.92 184.53 -
System Red Green Blue C M Y K H S L
Decimal 250 128 183 0 0.49 0.27 0.02 332.95 0.92 0.74
Hex FA 80 B7 0 31 1B 2 14D 5C 4A
Octal 372 200 267 0 61 33 2 515 134 112
Binary 11111010 10000000 10110111 0 110001 11011 10 101001101 1011100 1001010

Color Harmonies of #FA80B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA80B7

Black with #FA80B7

Text Example


Text Example

White with #FA80B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA80B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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