Html Css Color HEX #FA80B2 Persian Pink

📋 copy color: '#FA80B2'

red 250 ◦ green 128 ◦ blue 178

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

Shades of Persian Pink #FA80B2

Tints of Persian Pink #FA80B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.01%

R = 44.96%
G = 23.02%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FA80B2 (or 0xFA80B2) is known color: Persian Pink. HEX triplet: FA, 80 and B2. RGB value is (250,128,178). Sum of RGB (Red+Green+Blue) = 250+128+178=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 128 (50.39% from 255 or 23.02% from 556); Blue value is 178 (69.92% from 255 or 32.01% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA80B2 is #057F4D. Grayscale: #AAAAAA. Windows color (decimal): -360270 or 11698426. OLE color: 11698426.

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

Color convert

RGB 250 128 178 -
CMYK 0 0.49 0.29 0.02
HSL 335.41º 0.92% 0.74% -
HSV(B) 335.41º 0.49% 0.98% -
XYZ 55.18 38.98 46.73 -
YUV 170.18 132.42 184.93 -
System Red Green Blue C M Y K H S L
Decimal 250 128 178 0 0.49 0.29 0.02 335.41 0.92 0.74
Hex FA 80 B2 0 31 1D 2 14F 5C 4A
Octal 372 200 262 0 61 35 2 517 134 112
Binary 11111010 10000000 10110010 0 110001 11101 10 101001111 1011100 1001010

Color Harmonies of #FA80B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA80B2

Black with #FA80B2

Text Example


Text Example

White with #FA80B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA80B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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