Html Css Color HEX #FE77B6 Persian Pink

📋 copy color: '#FE77B6'

red 254 ◦ green 119 ◦ blue 182

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

Shades of Persian Pink #FE77B6

Tints of Persian Pink #FE77B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 32.79%

R = 45.77%
G = 21.44%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#FE77B6 (or 0xFE77B6) is known color: Persian Pink. HEX triplet: FE, 77 and B6. RGB value is (254,119,182). Sum of RGB (Red+Green+Blue) = 254+119+182=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 119 (46.88% from 255 or 21.44% from 555); Blue value is 182 (71.48% from 255 or 32.79% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FE77B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE77B6 is #018849. Grayscale: #A6A6A6. Windows color (decimal): -100426 or 11958270. OLE color: 11958270.

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

Color convert

RGB 254 119 182 -
CMYK 0 0.53 0.28 0.00
HSL 332º 0.99% 0.73% -
HSV(B) 332º 0.53% 1% -
XYZ 55.91 37.64 48.57 -
YUV 166.55 136.73 190.38 -
System Red Green Blue C M Y K H S L
Decimal 254 119 182 0 0.53 0.28 0.00 332 0.99 0.73
Hex FE 77 B6 0 35 1C 0 14C 63 49
Octal 376 167 266 0 65 34 0 514 143 111
Binary 11111110 1110111 10110110 0 110101 11100 0 101001100 1100011 1001001

Color Harmonies of #FE77B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE77B6

Black with #FE77B6

Text Example


Text Example

White with #FE77B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE77B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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