Html Css Color HEX #FA7ABB Persian Pink

📋 copy color: '#FA7ABB'

red 250 ◦ green 122 ◦ blue 187

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

Shades of Persian Pink #FA7ABB

Tints of Persian Pink #FA7ABB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.82%

 BLUE value IS 187 (73.44% from 255) = 33.45%

R = 44.72%
G = 21.82%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FA7ABB (or 0xFA7ABB) is known color: Persian Pink. HEX triplet: FA, 7A and BB. RGB value is (250,122,187). Sum of RGB (Red+Green+Blue) = 250+122+187=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 122 (48.05% from 255 or 21.82% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7ABB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7ABB is #058544. Grayscale: #A7A7A7. Windows color (decimal): -361797 or 12286714. OLE color: 12286714.

HSL color Cylindrical-coordinate representation of color #FA7ABB: hue angle of 329.53º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FA7ABB is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 122 187 -
CMYK 0 0.51 0.25 0.02
HSL 329.53º 0.93% 0.73% -
HSV(B) 329.53º 0.51% 0.98% -
XYZ 55.35 37.83 51.4 -
YUV 167.68 138.91 186.71 -
System Red Green Blue C M Y K H S L
Decimal 250 122 187 0 0.51 0.25 0.02 329.53 0.93 0.73
Hex FA 7A BB 0 33 19 2 14A 5D 49
Octal 372 172 273 0 63 31 2 512 135 111
Binary 11111010 1111010 10111011 0 110011 11001 10 101001010 1011101 1001001

Color Harmonies of #FA7ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7ABB

Black with #FA7ABB

Text Example


Text Example

White with #FA7ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7ABB; }

 p { color: rgb(250,122,187); }

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

background-color css

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

 a { background-color: rgb(250,122,187); }

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

border-color css

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

 span { border-color: rgb(250,122,187); }

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