Html Css Color HEX #FA81B5 Persian Pink

📋 copy color: '#FA81B5'

red 250 ◦ green 129 ◦ blue 181

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

Shades of Persian Pink #FA81B5

Tints of Persian Pink #FA81B5

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.04%

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

R = 44.64%
G = 23.04%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FA81B5 (or 0xFA81B5) is known color: Persian Pink. HEX triplet: FA, 81 and B5. RGB value is (250,129,181). Sum of RGB (Red+Green+Blue) = 250+129+181=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 129 (50.78% from 255 or 23.04% from 560); Blue value is 181 (71.09% from 255 or 32.32% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FA81B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA81B5 is #057E4A. Grayscale: #ABABAB. Windows color (decimal): -360011 or 11895290. OLE color: 11895290.

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

Color convert

RGB 250 129 181 -
CMYK 0 0.48 0.28 0.02
HSL 334.21º 0.92% 0.74% -
HSV(B) 334.21º 0.48% 0.98% -
XYZ 55.62 39.36 48.38 -
YUV 171.11 133.59 184.27 -
System Red Green Blue C M Y K H S L
Decimal 250 129 181 0 0.48 0.28 0.02 334.21 0.92 0.74
Hex FA 81 B5 0 30 1C 2 14E 5C 4A
Octal 372 201 265 0 60 34 2 516 134 112
Binary 11111010 10000001 10110101 0 110000 11100 10 101001110 1011100 1001010

Color Harmonies of #FA81B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA81B5

Black with #FA81B5

Text Example


Text Example

White with #FA81B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA81B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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