Html Css Color HEX #FE7389 Brink Pink

📋 copy color: '#FE7389'

red 254 ◦ green 115 ◦ blue 137

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

Shades of Brink Pink #FE7389

Tints of Brink Pink #FE7389

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.73%

 BLUE value IS 137 (53.91% from 255) = 27.08%

R = 50.2%
G = 22.73%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE7389 (or 0xFE7389) is known color: Brink Pink. HEX triplet: FE, 73 and 89. RGB value is (254,115,137). Sum of RGB (Red+Green+Blue) = 254+115+137=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 115 (45.31% from 255 or 22.73% from 506); Blue value is 137 (53.91% from 255 or 27.08% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7389 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7389 is #018C76. Grayscale: #9F9F9F. Windows color (decimal): -101495 or 9008126. OLE color: 9008126.

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

Color convert

RGB 254 115 137 -
CMYK 0 0.55 0.46 0.00
HSL 350.5º 0.99% 0.72% -
HSV(B) 350.5º 0.55% 1% -
XYZ 51.52 35.14 27.73 -
YUV 159.07 115.55 195.71 -
System Red Green Blue C M Y K H S L
Decimal 254 115 137 0 0.55 0.46 0.00 350.5 0.99 0.72
Hex FE 73 89 0 37 2E 0 15F 63 48
Octal 376 163 211 0 67 56 0 537 143 110
Binary 11111110 1110011 10001001 0 110111 101110 0 101011111 1100011 1001000

Color Harmonies of #FE7389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7389

Black with #FE7389

Text Example


Text Example

White with #FE7389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7389; }

 p { color: rgb(254,115,137); }

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

background-color css

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

 a { background-color: rgb(254,115,137); }

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

border-color css

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

 span { border-color: rgb(254,115,137); }

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