Html Css Color HEX #FA87BA Persian Pink

📋 copy color: '#FA87BA'

red 250 ◦ green 135 ◦ blue 186

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

Shades of Persian Pink #FA87BA

Tints of Persian Pink #FA87BA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 23.64%

 BLUE value IS 186 (73.05% from 255) = 32.57%

R = 43.78%
G = 23.64%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FA87BA (or 0xFA87BA) is known color: Persian Pink. HEX triplet: FA, 87 and BA. RGB value is (250,135,186). Sum of RGB (Red+Green+Blue) = 250+135+186=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 135 (53.12% from 255 or 23.64% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FA87BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA87BA is #057845. Grayscale: #AFAFAF. Windows color (decimal): -358470 or 12224506. OLE color: 12224506.

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

Color convert

RGB 250 135 186 -
CMYK 0 0.46 0.26 0.02
HSL 333.39º 0.92% 0.75% -
HSV(B) 333.39º 0.46% 0.98% -
XYZ 56.95 41.2 51.4 -
YUV 175.2 134.1 181.35 -
System Red Green Blue C M Y K H S L
Decimal 250 135 186 0 0.46 0.26 0.02 333.39 0.92 0.75
Hex FA 87 BA 0 2E 1A 2 14D 5C 4B
Octal 372 207 272 0 56 32 2 515 134 113
Binary 11111010 10000111 10111010 0 101110 11010 10 101001101 1011100 1001011

Color Harmonies of #FA87BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA87BA

Black with #FA87BA

Text Example


Text Example

White with #FA87BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA87BA; }

 p { color: rgb(250,135,186); }

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

background-color css

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

 a { background-color: rgb(250,135,186); }

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

border-color css

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

 span { border-color: rgb(250,135,186); }

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