Html Css Color HEX #FA84BA Persian Pink

📋 copy color: '#FA84BA'

red 250 ◦ green 132 ◦ blue 186

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

Shades of Persian Pink #FA84BA

Tints of Persian Pink #FA84BA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.24%

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

R = 44.01%
G = 23.24%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FA84BA (or 0xFA84BA) is known color: Persian Pink. HEX triplet: FA, 84 and BA. RGB value is (250,132,186). Sum of RGB (Red+Green+Blue) = 250+132+186=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 132 (51.95% from 255 or 23.24% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FA84BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA84BA is #057B45. Grayscale: #ADADAD. Windows color (decimal): -359238 or 12223738. OLE color: 12223738.

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

Color convert

RGB 250 132 186 -
CMYK 0 0.47 0.26 0.02
HSL 332.54º 0.92% 0.75% -
HSV(B) 332.54º 0.47% 0.98% -
XYZ 56.54 40.37 51.27 -
YUV 173.44 135.09 182.61 -
System Red Green Blue C M Y K H S L
Decimal 250 132 186 0 0.47 0.26 0.02 332.54 0.92 0.75
Hex FA 84 BA 0 2F 1A 2 14D 5C 4B
Octal 372 204 272 0 57 32 2 515 134 113
Binary 11111010 10000100 10111010 0 101111 11010 10 101001101 1011100 1001011

Color Harmonies of #FA84BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA84BA

Black with #FA84BA

Text Example


Text Example

White with #FA84BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA84BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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