Html Css Color HEX #FE728E Brink Pink

📋 copy color: '#FE728E'

red 254 ◦ green 114 ◦ blue 142

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

Shades of Brink Pink #FE728E

Tints of Brink Pink #FE728E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.35%

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

R = 49.8%
G = 22.35%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE728E (or 0xFE728E) is known color: Brink Pink. HEX triplet: FE, 72 and 8E. RGB value is (254,114,142). Sum of RGB (Red+Green+Blue) = 254+114+142=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 114 (44.92% from 255 or 22.35% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE728E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE728E is #018D71. Grayscale: #9F9F9F. Windows color (decimal): -101746 or 9335550. OLE color: 9335550.

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

Color convert

RGB 254 114 142 -
CMYK 0 0.55 0.44 0.00
HSL 348º 0.99% 0.72% -
HSV(B) 348º 0.55% 1% -
XYZ 51.77 35.06 29.63 -
YUV 159.05 118.38 195.72 -
System Red Green Blue C M Y K H S L
Decimal 254 114 142 0 0.55 0.44 0.00 348 0.99 0.72
Hex FE 72 8E 0 37 2C 0 15C 63 48
Octal 376 162 216 0 67 54 0 534 143 110
Binary 11111110 1110010 10001110 0 110111 101100 0 101011100 1100011 1001000

Color Harmonies of #FE728E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE728E

Black with #FE728E

Text Example


Text Example

White with #FE728E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE728E; }

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

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

background-color css

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

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

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

border-color css

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

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

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