Html Css Color HEX #FE787F Brink Pink

📋 copy color: '#FE787F'

red 254 ◦ green 120 ◦ blue 127

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

Shades of Brink Pink #FE787F

Tints of Brink Pink #FE787F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.95%

 BLUE value IS 127 (50% from 255) = 25.35%

R = 50.7%
G = 23.95%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE787F (or 0xFE787F) is known color: Brink Pink. HEX triplet: FE, 78 and 7F. RGB value is (254,120,127). Sum of RGB (Red+Green+Blue) = 254+120+127=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 120 (47.27% from 255 or 23.95% from 501); Blue value is 127 (50% from 255 or 25.35% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE787F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE787F is #018780. Grayscale: #A0A0A0. Windows color (decimal): -100225 or 8354046. OLE color: 8354046.

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

Color convert

RGB 254 120 127 -
CMYK 0 0.53 0.50 0.00
HSL 356.87º 0.99% 0.73% -
HSV(B) 356.87º 0.53% 1% -
XYZ 51.42 36.04 24.32 -
YUV 160.86 108.89 194.43 -
System Red Green Blue C M Y K H S L
Decimal 254 120 127 0 0.53 0.50 0.00 356.87 0.99 0.73
Hex FE 78 7F 0 35 32 0 165 63 49
Octal 376 170 177 0 65 62 0 545 143 111
Binary 11111110 1111000 1111111 0 110101 110010 0 101100101 1100011 1001001

Color Harmonies of #FE787F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE787F

Black with #FE787F

Text Example


Text Example

White with #FE787F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE787F; }

 p { color: rgb(254,120,127); }

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

background-color css

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

 a { background-color: rgb(254,120,127); }

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

border-color css

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

 span { border-color: rgb(254,120,127); }

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