Html Css Color HEX #FA7DC0 Persian Pink

📋 copy color: '#FA7DC0'

red 250 ◦ green 125 ◦ blue 192

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

Shades of Persian Pink #FA7DC0

Tints of Persian Pink #FA7DC0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.05%

 BLUE value IS 192 (75.39% from 255) = 33.86%

R = 44.09%
G = 22.05%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FA7DC0 (or 0xFA7DC0) is known color: Persian Pink. HEX triplet: FA, 7D and C0. RGB value is (250,125,192). Sum of RGB (Red+Green+Blue) = 250+125+192=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 125 (49.22% from 255 or 22.05% from 567); Blue value is 192 (75.39% from 255 or 33.86% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7DC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7DC0 is #05823F. Grayscale: #A9A9A9. Windows color (decimal): -361024 or 12615162. OLE color: 12615162.

HSL color Cylindrical-coordinate representation of color #FA7DC0: hue angle of 327.84º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA7DC0 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 125 192 -
CMYK 0 0.50 0.23 0.02
HSL 327.84º 0.93% 0.74% -
HSV(B) 327.84º 0.5% 0.98% -
XYZ 56.27 38.8 54.39 -
YUV 170.01 140.41 185.05 -
System Red Green Blue C M Y K H S L
Decimal 250 125 192 0 0.50 0.23 0.02 327.84 0.93 0.74
Hex FA 7D C0 0 32 17 2 148 5D 4A
Octal 372 175 300 0 62 27 2 510 135 112
Binary 11111010 1111101 11000000 0 110010 10111 10 101001000 1011101 1001010

Color Harmonies of #FA7DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7DC0

Black with #FA7DC0

Text Example


Text Example

White with #FA7DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7DC0; }

 p { color: rgb(250,125,192); }

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

background-color css

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

 a { background-color: rgb(250,125,192); }

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

border-color css

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

 span { border-color: rgb(250,125,192); }

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