Html Css Color HEX #FE6586 Brink Pink

📋 copy color: '#FE6586'

red 254 ◦ green 101 ◦ blue 134

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

Shades of Brink Pink #FE6586

Tints of Brink Pink #FE6586

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.65%

 BLUE value IS 134 (52.73% from 255) = 27.4%

R = 51.94%
G = 20.65%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FE6586 (or 0xFE6586) is known color: Brink Pink. HEX triplet: FE, 65 and 86. RGB value is (254,101,134). Sum of RGB (Red+Green+Blue) = 254+101+134=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 101 (39.84% from 255 or 20.65% from 489); Blue value is 134 (52.73% from 255 or 27.40% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6586 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6586 is #019A79. Grayscale: #969696. Windows color (decimal): -105082 or 8807934. OLE color: 8807934.

HSL color Cylindrical-coordinate representation of color #FE6586: hue angle of 347.06º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE6586 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 101 134 -
CMYK 0 0.60 0.47 0.00
HSL 347.06º 0.99% 0.7% -
HSV(B) 347.06º 0.6% 1% -
XYZ 49.83 32.1 26.12 -
YUV 150.51 118.69 201.82 -
System Red Green Blue C M Y K H S L
Decimal 254 101 134 0 0.60 0.47 0.00 347.06 0.99 0.7
Hex FE 65 86 0 3C 2F 0 15B 63 46
Octal 376 145 206 0 74 57 0 533 143 106
Binary 11111110 1100101 10000110 0 111100 101111 0 101011011 1100011 1000110

Color Harmonies of #FE6586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6586

Black with #FE6586

Text Example


Text Example

White with #FE6586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6586; }

 p { color: rgb(254,101,134); }

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

background-color css

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

 a { background-color: rgb(254,101,134); }

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

border-color css

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

 span { border-color: rgb(254,101,134); }

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