Html Css Color HEX #FE79BA Persian Pink

📋 copy color: '#FE79BA'

red 254 ◦ green 121 ◦ blue 186

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

Shades of Persian Pink #FE79BA

Tints of Persian Pink #FE79BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.16%

R = 45.28%
G = 21.57%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FE79BA (or 0xFE79BA) is known color: Persian Pink. HEX triplet: FE, 79 and BA. RGB value is (254,121,186). Sum of RGB (Red+Green+Blue) = 254+121+186=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 121 (47.66% from 255 or 21.57% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FE79BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE79BA is #018645. Grayscale: #A8A8A8. Windows color (decimal): -99910 or 12220926. OLE color: 12220926.

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

Color convert

RGB 254 121 186 -
CMYK 0 0.52 0.27 0.00
HSL 330.68º 0.99% 0.74% -
HSV(B) 330.68º 0.52% 1% -
XYZ 56.57 38.29 50.86 -
YUV 168.18 138.06 189.21 -
System Red Green Blue C M Y K H S L
Decimal 254 121 186 0 0.52 0.27 0.00 330.68 0.99 0.74
Hex FE 79 BA 0 34 1B 0 14B 63 4A
Octal 376 171 272 0 64 33 0 513 143 112
Binary 11111110 1111001 10111010 0 110100 11011 0 101001011 1100011 1001010

Color Harmonies of #FE79BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE79BA

Black with #FE79BA

Text Example


Text Example

White with #FE79BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE79BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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