Html Css Color HEX #FA79BD Persian Pink

📋 copy color: '#FA79BD'

red 250 ◦ green 121 ◦ blue 189

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

Shades of Persian Pink #FA79BD

Tints of Persian Pink #FA79BD

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.61%

 BLUE value IS 189 (74.22% from 255) = 33.75%

R = 44.64%
G = 21.61%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FA79BD (or 0xFA79BD) is known color: Persian Pink. HEX triplet: FA, 79 and BD. RGB value is (250,121,189). Sum of RGB (Red+Green+Blue) = 250+121+189=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 121 (47.66% from 255 or 21.61% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FA79BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA79BD is #058642. Grayscale: #A7A7A7. Windows color (decimal): -362051 or 12417530. OLE color: 12417530.

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

Color convert

RGB 250 121 189 -
CMYK 0 0.52 0.24 0.02
HSL 328.37º 0.93% 0.73% -
HSV(B) 328.37º 0.52% 0.98% -
XYZ 55.45 37.67 52.49 -
YUV 167.32 140.24 186.97 -
System Red Green Blue C M Y K H S L
Decimal 250 121 189 0 0.52 0.24 0.02 328.37 0.93 0.73
Hex FA 79 BD 0 34 18 2 148 5D 49
Octal 372 171 275 0 64 30 2 510 135 111
Binary 11111010 1111001 10111101 0 110100 11000 10 101001000 1011101 1001001

Color Harmonies of #FA79BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA79BD

Black with #FA79BD

Text Example


Text Example

White with #FA79BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA79BD; }

 p { color: rgb(250,121,189); }

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

background-color css

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

 a { background-color: rgb(250,121,189); }

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

border-color css

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

 span { border-color: rgb(250,121,189); }

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