Html Css Color HEX #FE768D Brink Pink

📋 copy color: '#FE768D'

red 254 ◦ green 118 ◦ blue 141

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

Shades of Brink Pink #FE768D

Tints of Brink Pink #FE768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23%

 BLUE value IS 141 (55.47% from 255) = 27.49%

R = 49.51%
G = 23%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE768D (or 0xFE768D) is known color: Brink Pink. HEX triplet: FE, 76 and 8D. RGB value is (254,118,141). Sum of RGB (Red+Green+Blue) = 254+118+141=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 118 (46.48% from 255 or 23.00% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FE768D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE768D is #018972. Grayscale: #A1A1A1. Windows color (decimal): -100723 or 9271038. OLE color: 9271038.

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

Color convert

RGB 254 118 141 -
CMYK 0 0.54 0.44 0.00
HSL 349.85º 0.99% 0.73% -
HSV(B) 349.85º 0.54% 1% -
XYZ 52.16 35.95 29.39 -
YUV 161.29 116.56 194.13 -
System Red Green Blue C M Y K H S L
Decimal 254 118 141 0 0.54 0.44 0.00 349.85 0.99 0.73
Hex FE 76 8D 0 36 2C 0 15E 63 49
Octal 376 166 215 0 66 54 0 536 143 111
Binary 11111110 1110110 10001101 0 110110 101100 0 101011110 1100011 1001001

Color Harmonies of #FE768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE768D

Black with #FE768D

Text Example


Text Example

White with #FE768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE768D; }

 p { color: rgb(254,118,141); }

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

background-color css

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

 a { background-color: rgb(254,118,141); }

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

border-color css

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

 span { border-color: rgb(254,118,141); }

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