Html Css Color HEX #FE6489 Brink Pink

📋 copy color: '#FE6489'

red 254 ◦ green 100 ◦ blue 137

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

Shades of Brink Pink #FE6489

Tints of Brink Pink #FE6489

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.37%

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

R = 51.73%
G = 20.37%
B = 27.9%

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

#FE6489 (or 0xFE6489) is known color: Brink Pink. HEX triplet: FE, 64 and 89. RGB value is (254,100,137). Sum of RGB (Red+Green+Blue) = 254+100+137=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 137 (53.91% from 255 or 27.90% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6489 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6489 is #019B76. Grayscale: #969696. Windows color (decimal): -105335 or 9004286. OLE color: 9004286.

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

Color convert

RGB 254 100 137 -
CMYK 0 0.61 0.46 0.00
HSL 345.58º 0.99% 0.69% -
HSV(B) 345.58º 0.61% 1% -
XYZ 49.95 31.99 27.21 -
YUV 150.26 120.52 201.99 -
System Red Green Blue C M Y K H S L
Decimal 254 100 137 0 0.61 0.46 0.00 345.58 0.99 0.69
Hex FE 64 89 0 3D 2E 0 15A 63 45
Octal 376 144 211 0 75 56 0 532 143 105
Binary 11111110 1100100 10001001 0 111101 101110 0 101011010 1100011 1000101

Color Harmonies of #FE6489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6489

Black with #FE6489

Text Example


Text Example

White with #FE6489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6489; }

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

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

background-color css

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

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

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

border-color css

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

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

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