Html Css Color HEX #FE748A Brink Pink

📋 copy color: '#FE748A'

red 254 ◦ green 116 ◦ blue 138

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

Shades of Brink Pink #FE748A

Tints of Brink Pink #FE748A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.17%

R = 50%
G = 22.83%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE748A (or 0xFE748A) is known color: Brink Pink. HEX triplet: FE, 74 and 8A. RGB value is (254,116,138). Sum of RGB (Red+Green+Blue) = 254+116+138=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 116 (45.70% from 255 or 22.83% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE748A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE748A is #018B75. Grayscale: #9F9F9F. Windows color (decimal): -101238 or 9073918. OLE color: 9073918.

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

Color convert

RGB 254 116 138 -
CMYK 0 0.54 0.46 0.00
HSL 350.43º 0.99% 0.73% -
HSV(B) 350.43º 0.54% 1% -
XYZ 51.71 35.4 28.15 -
YUV 159.77 115.72 195.21 -
System Red Green Blue C M Y K H S L
Decimal 254 116 138 0 0.54 0.46 0.00 350.43 0.99 0.73
Hex FE 74 8A 0 36 2E 0 15E 63 49
Octal 376 164 212 0 66 56 0 536 143 111
Binary 11111110 1110100 10001010 0 110110 101110 0 101011110 1100011 1001001

Color Harmonies of #FE748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE748A

Black with #FE748A

Text Example


Text Example

White with #FE748A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE748A; }

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

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

background-color css

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

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

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

border-color css

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

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

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