Html Css Color HEX #FE748D Brink Pink

📋 copy color: '#FE748D'

red 254 ◦ green 116 ◦ blue 141

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

Shades of Brink Pink #FE748D

Tints of Brink Pink #FE748D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.7%

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

R = 49.71%
G = 22.7%
B = 27.59%

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

#FE748D (or 0xFE748D) is known color: Brink Pink. HEX triplet: FE, 74 and 8D. RGB value is (254,116,141). Sum of RGB (Red+Green+Blue) = 254+116+141=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE748D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE748D is #018B72. Grayscale: #A0A0A0. Windows color (decimal): -101235 or 9270526. OLE color: 9270526.

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

Color convert

RGB 254 116 141 -
CMYK 0 0.54 0.44 0.00
HSL 349.13º 0.99% 0.73% -
HSV(B) 349.13º 0.54% 1% -
XYZ 51.93 35.48 29.31 -
YUV 160.11 117.22 194.97 -
System Red Green Blue C M Y K H S L
Decimal 254 116 141 0 0.54 0.44 0.00 349.13 0.99 0.73
Hex FE 74 8D 0 36 2C 0 15D 63 49
Octal 376 164 215 0 66 54 0 535 143 111
Binary 11111110 1110100 10001101 0 110110 101100 0 101011101 1100011 1001001

Color Harmonies of #FE748D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE748D

Black with #FE748D

Text Example


Text Example

White with #FE748D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE748D; }

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

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

background-color css

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

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

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

border-color css

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

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

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