Html Css Color HEX #FE77BE Persian Pink

📋 copy color: '#FE77BE'

red 254 ◦ green 119 ◦ blue 190

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

Shades of Persian Pink #FE77BE

Tints of Persian Pink #FE77BE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.14%

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

R = 45.12%
G = 21.14%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FE77BE (or 0xFE77BE) is known color: Persian Pink. HEX triplet: FE, 77 and BE. RGB value is (254,119,190). Sum of RGB (Red+Green+Blue) = 254+119+190=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 119 (46.88% from 255 or 21.14% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FE77BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE77BE is #018841. Grayscale: #A7A7A7. Windows color (decimal): -100418 or 12482558. OLE color: 12482558.

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

Color convert

RGB 254 119 190 -
CMYK 0 0.53 0.25 0.00
HSL 328.44º 0.99% 0.73% -
HSV(B) 328.44º 0.53% 1% -
XYZ 56.76 37.98 53.05 -
YUV 167.46 140.73 189.73 -
System Red Green Blue C M Y K H S L
Decimal 254 119 190 0 0.53 0.25 0.00 328.44 0.99 0.73
Hex FE 77 BE 0 35 19 0 148 63 49
Octal 376 167 276 0 65 31 0 510 143 111
Binary 11111110 1110111 10111110 0 110101 11001 0 101001000 1100011 1001001

Color Harmonies of #FE77BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE77BE

Black with #FE77BE

Text Example


Text Example

White with #FE77BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE77BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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