Html Css Color HEX #FE6086 Brink Pink

📋 copy color: '#FE6086'

red 254 ◦ green 96 ◦ blue 134

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

Shades of Brink Pink #FE6086

Tints of Brink Pink #FE6086

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.83%

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

R = 52.48%
G = 19.83%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FE6086 (or 0xFE6086) is known color: Brink Pink. HEX triplet: FE, 60 and 86. RGB value is (254,96,134). Sum of RGB (Red+Green+Blue) = 254+96+134=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 96 (37.89% from 255 or 19.83% from 484); Blue value is 134 (52.73% from 255 or 27.69% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6086 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6086 is #019F79. Grayscale: #939393. Windows color (decimal): -106362 or 8806654. OLE color: 8806654.

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

Color convert

RGB 254 96 134 -
CMYK 0 0.62 0.47 0.00
HSL 345.57º 0.99% 0.69% -
HSV(B) 345.57º 0.62% 1% -
XYZ 49.36 31.16 25.97 -
YUV 147.57 120.35 203.91 -
System Red Green Blue C M Y K H S L
Decimal 254 96 134 0 0.62 0.47 0.00 345.57 0.99 0.69
Hex FE 60 86 0 3E 2F 0 15A 63 45
Octal 376 140 206 0 76 57 0 532 143 105
Binary 11111110 1100000 10000110 0 111110 101111 0 101011010 1100011 1000101

Color Harmonies of #FE6086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6086

Black with #FE6086

Text Example


Text Example

White with #FE6086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6086; }

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

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

background-color css

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

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

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

border-color css

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

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

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