Html Css Color HEX #FA7AB4 Persian Pink

📋 copy color: '#FA7AB4'

red 250 ◦ green 122 ◦ blue 180

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

Shades of Persian Pink #FA7AB4

Tints of Persian Pink #FA7AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.61%

R = 45.29%
G = 22.1%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FA7AB4 (or 0xFA7AB4) is known color: Persian Pink. HEX triplet: FA, 7A and B4. RGB value is (250,122,180). Sum of RGB (Red+Green+Blue) = 250+122+180=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 122 (48.05% from 255 or 22.10% from 552); Blue value is 180 (70.70% from 255 or 32.61% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7AB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7AB4 is #05854B. Grayscale: #A6A6A6. Windows color (decimal): -361804 or 11827962. OLE color: 11827962.

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

Color convert

RGB 250 122 180 -
CMYK 0 0.51 0.28 0.02
HSL 332.81º 0.93% 0.73% -
HSV(B) 332.81º 0.51% 0.98% -
XYZ 54.62 37.54 47.55 -
YUV 166.88 135.41 187.28 -
System Red Green Blue C M Y K H S L
Decimal 250 122 180 0 0.51 0.28 0.02 332.81 0.93 0.73
Hex FA 7A B4 0 33 1C 2 14D 5D 49
Octal 372 172 264 0 63 34 2 515 135 111
Binary 11111010 1111010 10110100 0 110011 11100 10 101001101 1011101 1001001

Color Harmonies of #FA7AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7AB4

Black with #FA7AB4

Text Example


Text Example

White with #FA7AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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