Html Css Color HEX #FE748F Brink Pink

📋 copy color: '#FE748F'

red 254 ◦ green 116 ◦ blue 143

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

Shades of Brink Pink #FE748F

Tints of Brink Pink #FE748F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.88%

R = 49.51%
G = 22.61%
B = 27.88%

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

#FE748F (or 0xFE748F) is known color: Brink Pink. HEX triplet: FE, 74 and 8F. RGB value is (254,116,143). Sum of RGB (Red+Green+Blue) = 254+116+143=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 116 (45.70% from 255 or 22.61% from 513); Blue value is 143 (56.25% from 255 or 27.88% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FE748F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE748F is #018B70. Grayscale: #A0A0A0. Windows color (decimal): -101233 or 9401598. OLE color: 9401598.

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

Color convert

RGB 254 116 143 -
CMYK 0 0.54 0.44 0.00
HSL 348.26º 0.99% 0.73% -
HSV(B) 348.26º 0.54% 1% -
XYZ 52.08 35.54 30.1 -
YUV 160.34 118.22 194.8 -
System Red Green Blue C M Y K H S L
Decimal 254 116 143 0 0.54 0.44 0.00 348.26 0.99 0.73
Hex FE 74 8F 0 36 2C 0 15C 63 49
Octal 376 164 217 0 66 54 0 534 143 111
Binary 11111110 1110100 10001111 0 110110 101100 0 101011100 1100011 1001001

Color Harmonies of #FE748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE748F

Black with #FE748F

Text Example


Text Example

White with #FE748F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE748F; }

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

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

background-color css

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

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

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

border-color css

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

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

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