Html Css Color HEX #FA7FC0 Persian Pink

📋 copy color: '#FA7FC0'

red 250 ◦ green 127 ◦ blue 192

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

Shades of Persian Pink #FA7FC0

Tints of Persian Pink #FA7FC0

RGB

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

 GREEN value IS 127 (50% from 255) = 22.32%

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

R = 43.94%
G = 22.32%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FA7FC0 (or 0xFA7FC0) is known color: Persian Pink. HEX triplet: FA, 7F and C0. RGB value is (250,127,192). Sum of RGB (Red+Green+Blue) = 250+127+192=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 127 (50% from 255 or 22.32% from 569); Blue value is 192 (75.39% from 255 or 33.74% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7FC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7FC0 is #05803F. Grayscale: #ABABAB. Windows color (decimal): -360512 or 12615674. OLE color: 12615674.

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

Color convert

RGB 250 127 192 -
CMYK 0 0.49 0.23 0.02
HSL 328.29º 0.92% 0.74% -
HSV(B) 328.29º 0.49% 0.98% -
XYZ 56.53 39.31 54.48 -
YUV 171.19 139.75 184.21 -
System Red Green Blue C M Y K H S L
Decimal 250 127 192 0 0.49 0.23 0.02 328.29 0.92 0.74
Hex FA 7F C0 0 31 17 2 148 5C 4A
Octal 372 177 300 0 61 27 2 510 134 112
Binary 11111010 1111111 11000000 0 110001 10111 10 101001000 1011100 1001010

Color Harmonies of #FA7FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7FC0

Black with #FA7FC0

Text Example


Text Example

White with #FA7FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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