Html Css Color HEX #FA7ABC Persian Pink

📋 copy color: '#FA7ABC'

red 250 ◦ green 122 ◦ blue 188

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

Shades of Persian Pink #FA7ABC

Tints of Persian Pink #FA7ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.57%

R = 44.64%
G = 21.79%
B = 33.57%

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

#FA7ABC (or 0xFA7ABC) is known color: Persian Pink. HEX triplet: FA, 7A and BC. RGB value is (250,122,188). Sum of RGB (Red+Green+Blue) = 250+122+188=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 122 (48.05% from 255 or 21.79% from 560); Blue value is 188 (73.83% from 255 or 33.57% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7ABC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7ABC is #058543. Grayscale: #A7A7A7. Windows color (decimal): -361796 or 12352250. OLE color: 12352250.

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

Color convert

RGB 250 122 188 -
CMYK 0 0.51 0.25 0.02
HSL 329.06º 0.93% 0.73% -
HSV(B) 329.06º 0.51% 0.98% -
XYZ 55.46 37.87 51.96 -
YUV 167.8 139.41 186.63 -
System Red Green Blue C M Y K H S L
Decimal 250 122 188 0 0.51 0.25 0.02 329.06 0.93 0.73
Hex FA 7A BC 0 33 19 2 149 5D 49
Octal 372 172 274 0 63 31 2 511 135 111
Binary 11111010 1111010 10111100 0 110011 11001 10 101001001 1011101 1001001

Color Harmonies of #FA7ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7ABC

Black with #FA7ABC

Text Example


Text Example

White with #FA7ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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