Html Css Color HEX #FA84B9 Persian Pink

📋 copy color: '#FA84B9'

red 250 ◦ green 132 ◦ blue 185

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

Shades of Persian Pink #FA84B9

Tints of Persian Pink #FA84B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 32.63%

R = 44.09%
G = 23.28%
B = 32.63%

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

#FA84B9 (or 0xFA84B9) is known color: Persian Pink. HEX triplet: FA, 84 and B9. RGB value is (250,132,185). Sum of RGB (Red+Green+Blue) = 250+132+185=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 132 (51.95% from 255 or 23.28% from 567); Blue value is 185 (72.66% from 255 or 32.63% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FA84B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA84B9 is #057B46. Grayscale: #ADADAD. Windows color (decimal): -359239 or 12158202. OLE color: 12158202.

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

Color convert

RGB 250 132 185 -
CMYK 0 0.47 0.26 0.02
HSL 333.05º 0.92% 0.75% -
HSV(B) 333.05º 0.47% 0.98% -
XYZ 56.43 40.33 50.71 -
YUV 173.32 134.59 182.69 -
System Red Green Blue C M Y K H S L
Decimal 250 132 185 0 0.47 0.26 0.02 333.05 0.92 0.75
Hex FA 84 B9 0 2F 1A 2 14D 5C 4B
Octal 372 204 271 0 57 32 2 515 134 113
Binary 11111010 10000100 10111001 0 101111 11010 10 101001101 1011100 1001011

Color Harmonies of #FA84B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA84B9

Black with #FA84B9

Text Example


Text Example

White with #FA84B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA84B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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