Html Css Color HEX #FE77BC Persian Pink

📋 copy color: '#FE77BC'

red 254 ◦ green 119 ◦ blue 188

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

Shades of Persian Pink #FE77BC

Tints of Persian Pink #FE77BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.51%

R = 45.28%
G = 21.21%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FE77BC (or 0xFE77BC) is known color: Persian Pink. HEX triplet: FE, 77 and BC. RGB value is (254,119,188). Sum of RGB (Red+Green+Blue) = 254+119+188=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 119 (46.88% from 255 or 21.21% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FE77BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE77BC is #018843. Grayscale: #A7A7A7. Windows color (decimal): -100420 or 12351486. OLE color: 12351486.

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

Color convert

RGB 254 119 188 -
CMYK 0 0.53 0.26 0.00
HSL 329.33º 0.99% 0.73% -
HSV(B) 329.33º 0.53% 1% -
XYZ 56.55 37.9 51.91 -
YUV 167.23 139.73 189.89 -
System Red Green Blue C M Y K H S L
Decimal 254 119 188 0 0.53 0.26 0.00 329.33 0.99 0.73
Hex FE 77 BC 0 35 1A 0 149 63 49
Octal 376 167 274 0 65 32 0 511 143 111
Binary 11111110 1110111 10111100 0 110101 11010 0 101001001 1100011 1001001

Color Harmonies of #FE77BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE77BC

Black with #FE77BC

Text Example


Text Example

White with #FE77BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE77BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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