Html Css Color HEX #FE748E Brink Pink

📋 copy color: '#FE748E'

red 254 ◦ green 116 ◦ blue 142

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

Shades of Brink Pink #FE748E

Tints of Brink Pink #FE748E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.73%

R = 49.61%
G = 22.66%
B = 27.73%

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

#FE748E (or 0xFE748E) is known color: Brink Pink. HEX triplet: FE, 74 and 8E. RGB value is (254,116,142). Sum of RGB (Red+Green+Blue) = 254+116+142=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 116 (45.70% from 255 or 22.66% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE748E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE748E is #018B71. Grayscale: #A0A0A0. Windows color (decimal): -101234 or 9336062. OLE color: 9336062.

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

Color convert

RGB 254 116 142 -
CMYK 0 0.54 0.44 0.00
HSL 348.7º 0.99% 0.73% -
HSV(B) 348.7º 0.54% 1% -
XYZ 52 35.51 29.71 -
YUV 160.23 117.72 194.89 -
System Red Green Blue C M Y K H S L
Decimal 254 116 142 0 0.54 0.44 0.00 348.7 0.99 0.73
Hex FE 74 8E 0 36 2C 0 15D 63 49
Octal 376 164 216 0 66 54 0 535 143 111
Binary 11111110 1110100 10001110 0 110110 101100 0 101011101 1100011 1001001

Color Harmonies of #FE748E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE748E

Black with #FE748E

Text Example


Text Example

White with #FE748E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE748E; }

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

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

background-color css

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

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

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

border-color css

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

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

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