Html Css Color HEX #FA84B5 Persian Pink

📋 copy color: '#FA84B5'

red 250 ◦ green 132 ◦ blue 181

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

Shades of Persian Pink #FA84B5

Tints of Persian Pink #FA84B5

RGB

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

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

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

R = 44.4%
G = 23.45%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FA84B5 (or 0xFA84B5) is known color: Persian Pink. HEX triplet: FA, 84 and B5. RGB value is (250,132,181). Sum of RGB (Red+Green+Blue) = 250+132+181=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 132 (51.95% from 255 or 23.45% from 563); Blue value is 181 (71.09% from 255 or 32.15% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FA84B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA84B5 is #057B4A. Grayscale: #ACACAC. Windows color (decimal): -359243 or 11896058. OLE color: 11896058.

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

Color convert

RGB 250 132 181 -
CMYK 0 0.47 0.28 0.02
HSL 335.08º 0.92% 0.75% -
HSV(B) 335.08º 0.47% 0.98% -
XYZ 56.02 40.16 48.52 -
YUV 172.87 132.59 183.02 -
System Red Green Blue C M Y K H S L
Decimal 250 132 181 0 0.47 0.28 0.02 335.08 0.92 0.75
Hex FA 84 B5 0 2F 1C 2 14F 5C 4B
Octal 372 204 265 0 57 34 2 517 134 113
Binary 11111010 10000100 10110101 0 101111 11100 10 101001111 1011100 1001011

Color Harmonies of #FA84B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA84B5

Black with #FA84B5

Text Example


Text Example

White with #FA84B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA84B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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