Html Css Color HEX #FE6A8E Brink Pink

📋 copy color: '#FE6A8E'

red 254 ◦ green 106 ◦ blue 142

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

Shades of Brink Pink #FE6A8E

Tints of Brink Pink #FE6A8E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.12%

 BLUE value IS 142 (55.86% from 255) = 28.29%

R = 50.6%
G = 21.12%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE6A8E (or 0xFE6A8E) is known color: Brink Pink. HEX triplet: FE, 6A and 8E. RGB value is (254,106,142). Sum of RGB (Red+Green+Blue) = 254+106+142=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 106 (41.80% from 255 or 21.12% from 502); Blue value is 142 (55.86% from 255 or 28.29% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6A8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6A8E is #019571. Grayscale: #9A9A9A. Windows color (decimal): -103794 or 9333502. OLE color: 9333502.

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

Color convert

RGB 254 106 142 -
CMYK 0 0.58 0.44 0.00
HSL 345.41º 0.99% 0.71% -
HSV(B) 345.41º 0.58% 1% -
XYZ 50.91 33.33 29.34 -
YUV 154.36 121.03 199.07 -
System Red Green Blue C M Y K H S L
Decimal 254 106 142 0 0.58 0.44 0.00 345.41 0.99 0.71
Hex FE 6A 8E 0 3A 2C 0 159 63 47
Octal 376 152 216 0 72 54 0 531 143 107
Binary 11111110 1101010 10001110 0 111010 101100 0 101011001 1100011 1000111

Color Harmonies of #FE6A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6A8E

Black with #FE6A8E

Text Example


Text Example

White with #FE6A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6A8E; }

 p { color: rgb(254,106,142); }

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

background-color css

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

 a { background-color: rgb(254,106,142); }

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

border-color css

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

 span { border-color: rgb(254,106,142); }

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