Html Css Color HEX #FA83BD Persian Pink

📋 copy color: '#FA83BD'

red 250 ◦ green 131 ◦ blue 189

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

Shades of Persian Pink #FA83BD

Tints of Persian Pink #FA83BD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 22.98%

 BLUE value IS 189 (74.22% from 255) = 33.16%

R = 43.86%
G = 22.98%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FA83BD (or 0xFA83BD) is known color: Persian Pink. HEX triplet: FA, 83 and BD. RGB value is (250,131,189). Sum of RGB (Red+Green+Blue) = 250+131+189=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 131 (51.56% from 255 or 22.98% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FA83BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA83BD is #057C42. Grayscale: #ADADAD. Windows color (decimal): -359491 or 12420090. OLE color: 12420090.

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

Color convert

RGB 250 131 189 -
CMYK 0 0.48 0.24 0.02
HSL 330.76º 0.92% 0.75% -
HSV(B) 330.76º 0.48% 0.98% -
XYZ 56.73 40.23 52.92 -
YUV 173.19 136.92 182.78 -
System Red Green Blue C M Y K H S L
Decimal 250 131 189 0 0.48 0.24 0.02 330.76 0.92 0.75
Hex FA 83 BD 0 30 18 2 14B 5C 4B
Octal 372 203 275 0 60 30 2 513 134 113
Binary 11111010 10000011 10111101 0 110000 11000 10 101001011 1011100 1001011

Color Harmonies of #FA83BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA83BD

Black with #FA83BD

Text Example


Text Example

White with #FA83BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA83BD; }

 p { color: rgb(250,131,189); }

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

background-color css

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

 a { background-color: rgb(250,131,189); }

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

border-color css

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

 span { border-color: rgb(250,131,189); }

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