Html Css Color HEX #FE77C0 Persian Pink

📋 copy color: '#FE77C0'

red 254 ◦ green 119 ◦ blue 192

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

Shades of Persian Pink #FE77C0

Tints of Persian Pink #FE77C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 33.98%

R = 44.96%
G = 21.06%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FE77C0 (or 0xFE77C0) is known color: Persian Pink. HEX triplet: FE, 77 and C0. RGB value is (254,119,192). Sum of RGB (Red+Green+Blue) = 254+119+192=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 119 (46.88% from 255 or 21.06% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FE77C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE77C0 is #01883F. Grayscale: #A7A7A7. Windows color (decimal): -100416 or 12613630. OLE color: 12613630.

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

Color convert

RGB 254 119 192 -
CMYK 0 0.53 0.24 0.00
HSL 327.56º 0.99% 0.73% -
HSV(B) 327.56º 0.53% 1% -
XYZ 56.98 38.07 54.21 -
YUV 167.69 141.73 189.56 -
System Red Green Blue C M Y K H S L
Decimal 254 119 192 0 0.53 0.24 0.00 327.56 0.99 0.73
Hex FE 77 C0 0 35 18 0 148 63 49
Octal 376 167 300 0 65 30 0 510 143 111
Binary 11111110 1110111 11000000 0 110101 11000 0 101001000 1100011 1001001

Color Harmonies of #FE77C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE77C0

Black with #FE77C0

Text Example


Text Example

White with #FE77C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE77C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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