Html Css Color HEX #FE76BE Persian Pink

📋 copy color: '#FE76BE'

red 254 ◦ green 118 ◦ blue 190

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

Shades of Persian Pink #FE76BE

Tints of Persian Pink #FE76BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.81%

R = 45.2%
G = 21%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FE76BE (or 0xFE76BE) is known color: Persian Pink. HEX triplet: FE, 76 and BE. RGB value is (254,118,190). Sum of RGB (Red+Green+Blue) = 254+118+190=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 118 (46.48% from 255 or 21.00% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FE76BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE76BE is #018941. Grayscale: #A6A6A6. Windows color (decimal): -100674 or 12482302. OLE color: 12482302.

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

Color convert

RGB 254 118 190 -
CMYK 0 0.54 0.25 0.00
HSL 328.24º 0.99% 0.73% -
HSV(B) 328.24º 0.54% 1% -
XYZ 56.65 37.75 53.02 -
YUV 166.87 141.06 190.15 -
System Red Green Blue C M Y K H S L
Decimal 254 118 190 0 0.54 0.25 0.00 328.24 0.99 0.73
Hex FE 76 BE 0 36 19 0 148 63 49
Octal 376 166 276 0 66 31 0 510 143 111
Binary 11111110 1110110 10111110 0 110110 11001 0 101001000 1100011 1001001

Color Harmonies of #FE76BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE76BE

Black with #FE76BE

Text Example


Text Example

White with #FE76BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE76BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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