Html Css Color HEX #FA80BF Persian Pink

📋 copy color: '#FA80BF'

red 250 ◦ green 128 ◦ blue 191

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

Shades of Persian Pink #FA80BF

Tints of Persian Pink #FA80BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 33.57%

R = 43.94%
G = 22.5%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FA80BF (or 0xFA80BF) is known color: Persian Pink. HEX triplet: FA, 80 and BF. RGB value is (250,128,191). Sum of RGB (Red+Green+Blue) = 250+128+191=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 128 (50.39% from 255 or 22.50% from 569); Blue value is 191 (75% from 255 or 33.57% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA80BF is #057F40. Grayscale: #ABABAB. Windows color (decimal): -360257 or 12550394. OLE color: 12550394.

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

Color convert

RGB 250 128 191 -
CMYK 0 0.49 0.24 0.02
HSL 329.02º 0.92% 0.74% -
HSV(B) 329.02º 0.49% 0.98% -
XYZ 56.55 39.52 53.94 -
YUV 171.66 138.92 183.88 -
System Red Green Blue C M Y K H S L
Decimal 250 128 191 0 0.49 0.24 0.02 329.02 0.92 0.74
Hex FA 80 BF 0 31 18 2 149 5C 4A
Octal 372 200 277 0 61 30 2 511 134 112
Binary 11111010 10000000 10111111 0 110001 11000 10 101001001 1011100 1001010

Color Harmonies of #FA80BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA80BF

Black with #FA80BF

Text Example


Text Example

White with #FA80BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA80BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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