Html Css Color HEX #FE6289 Brink Pink

📋 copy color: '#FE6289'

red 254 ◦ green 98 ◦ blue 137

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

Shades of Brink Pink #FE6289

Tints of Brink Pink #FE6289

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.04%

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

R = 51.94%
G = 20.04%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE6289 (or 0xFE6289) is known color: Brink Pink. HEX triplet: FE, 62 and 89. RGB value is (254,98,137). Sum of RGB (Red+Green+Blue) = 254+98+137=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 98 (38.67% from 255 or 20.04% from 489); Blue value is 137 (53.91% from 255 or 28.02% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6289 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6289 is #019D76. Grayscale: #959595. Windows color (decimal): -105847 or 9003774. OLE color: 9003774.

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

Color convert

RGB 254 98 137 -
CMYK 0 0.61 0.46 0.00
HSL 345º 0.99% 0.69% -
HSV(B) 345º 0.61% 1% -
XYZ 49.76 31.61 27.15 -
YUV 149.09 121.18 202.83 -
System Red Green Blue C M Y K H S L
Decimal 254 98 137 0 0.61 0.46 0.00 345 0.99 0.69
Hex FE 62 89 0 3D 2E 0 159 63 45
Octal 376 142 211 0 75 56 0 531 143 105
Binary 11111110 1100010 10001001 0 111101 101110 0 101011001 1100011 1000101

Color Harmonies of #FE6289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6289

Black with #FE6289

Text Example


Text Example

White with #FE6289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6289; }

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

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

background-color css

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

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

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

border-color css

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

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

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