Html Css Color HEX #FA79B2 Persian Pink

📋 copy color: '#FA79B2'

red 250 ◦ green 121 ◦ blue 178

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

Shades of Persian Pink #FA79B2

Tints of Persian Pink #FA79B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.42%

R = 45.54%
G = 22.04%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FA79B2 (or 0xFA79B2) is known color: Persian Pink. HEX triplet: FA, 79 and B2. RGB value is (250,121,178). Sum of RGB (Red+Green+Blue) = 250+121+178=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 121 (47.66% from 255 or 22.04% from 549); Blue value is 178 (69.92% from 255 or 32.42% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FA79B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA79B2 is #05864D. Grayscale: #A5A5A5. Windows color (decimal): -362062 or 11696634. OLE color: 11696634.

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

Color convert

RGB 250 121 178 -
CMYK 0 0.52 0.29 0.02
HSL 333.49º 0.93% 0.73% -
HSV(B) 333.49º 0.52% 0.98% -
XYZ 54.3 37.21 46.44 -
YUV 166.07 134.74 187.87 -
System Red Green Blue C M Y K H S L
Decimal 250 121 178 0 0.52 0.29 0.02 333.49 0.93 0.73
Hex FA 79 B2 0 34 1D 2 14D 5D 49
Octal 372 171 262 0 64 35 2 515 135 111
Binary 11111010 1111001 10110010 0 110100 11101 10 101001101 1011101 1001001

Color Harmonies of #FA79B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA79B2

Black with #FA79B2

Text Example


Text Example

White with #FA79B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA79B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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