Html Css Color HEX #FE76B9 Persian Pink

📋 copy color: '#FE76B9'

red 254 ◦ green 118 ◦ blue 185

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

Shades of Persian Pink #FE76B9

Tints of Persian Pink #FE76B9

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.18%

 BLUE value IS 185 (72.66% from 255) = 33.21%

R = 45.6%
G = 21.18%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FE76B9 (or 0xFE76B9) is known color: Persian Pink. HEX triplet: FE, 76 and B9. RGB value is (254,118,185). Sum of RGB (Red+Green+Blue) = 254+118+185=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 118 (46.48% from 255 or 21.18% from 557); Blue value is 185 (72.66% from 255 or 33.21% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FE76B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE76B9 is #018946. Grayscale: #A6A6A6. Windows color (decimal): -100679 or 12154622. OLE color: 12154622.

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

Color convert

RGB 254 118 185 -
CMYK 0 0.54 0.27 0.00
HSL 330.44º 0.99% 0.73% -
HSV(B) 330.44º 0.54% 1% -
XYZ 56.11 37.53 50.19 -
YUV 166.3 138.56 190.55 -
System Red Green Blue C M Y K H S L
Decimal 254 118 185 0 0.54 0.27 0.00 330.44 0.99 0.73
Hex FE 76 B9 0 36 1B 0 14A 63 49
Octal 376 166 271 0 66 33 0 512 143 111
Binary 11111110 1110110 10111001 0 110110 11011 0 101001010 1100011 1001001

Color Harmonies of #FE76B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE76B9

Black with #FE76B9

Text Example


Text Example

White with #FE76B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE76B9; }

 p { color: rgb(254,118,185); }

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

background-color css

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

 a { background-color: rgb(254,118,185); }

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

border-color css

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

 span { border-color: rgb(254,118,185); }

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