Html Css Color HEX #FE79BF Persian Pink

📋 copy color: '#FE79BF'

red 254 ◦ green 121 ◦ blue 191

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

Shades of Persian Pink #FE79BF

Tints of Persian Pink #FE79BF

RGB

 RED value IS 254 (99.61% from 255) = 44.88%

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

 BLUE value IS 191 (75% from 255) = 33.75%

R = 44.88%
G = 21.38%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FE79BF (or 0xFE79BF) is known color: Persian Pink. HEX triplet: FE, 79 and BF. RGB value is (254,121,191). Sum of RGB (Red+Green+Blue) = 254+121+191=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 121 (47.66% from 255 or 21.38% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FE79BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE79BF is #018640. Grayscale: #A8A8A8. Windows color (decimal): -99905 or 12548606. OLE color: 12548606.

HSL color Cylindrical-coordinate representation of color #FE79BF: hue angle of 328.42º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE79BF is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 121 191 -
CMYK 0 0.52 0.25 0.00
HSL 328.42º 0.99% 0.74% -
HSV(B) 328.42º 0.52% 1% -
XYZ 57.11 38.51 53.71 -
YUV 168.75 140.56 188.81 -
System Red Green Blue C M Y K H S L
Decimal 254 121 191 0 0.52 0.25 0.00 328.42 0.99 0.74
Hex FE 79 BF 0 34 19 0 148 63 4A
Octal 376 171 277 0 64 31 0 510 143 112
Binary 11111110 1111001 10111111 0 110100 11001 0 101001000 1100011 1001010

Color Harmonies of #FE79BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE79BF

Black with #FE79BF

Text Example


Text Example

White with #FE79BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE79BF; }

 p { color: rgb(254,121,191); }

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

background-color css

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

 a { background-color: rgb(254,121,191); }

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

border-color css

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

 span { border-color: rgb(254,121,191); }

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