Html Css Color HEX #FE6A8D Brink Pink

📋 copy color: '#FE6A8D'

red 254 ◦ green 106 ◦ blue 141

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

Shades of Brink Pink #FE6A8D

Tints of Brink Pink #FE6A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.14%

R = 50.7%
G = 21.16%
B = 28.14%

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

#FE6A8D (or 0xFE6A8D) is known color: Brink Pink. HEX triplet: FE, 6A and 8D. RGB value is (254,106,141). Sum of RGB (Red+Green+Blue) = 254+106+141=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 106 (41.80% from 255 or 21.16% from 501); Blue value is 141 (55.47% from 255 or 28.14% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6A8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6A8D is #019572. Grayscale: #9A9A9A. Windows color (decimal): -103795 or 9267966. OLE color: 9267966.

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

Color convert

RGB 254 106 141 -
CMYK 0 0.58 0.44 0.00
HSL 345.81º 0.99% 0.71% -
HSV(B) 345.81º 0.58% 1% -
XYZ 50.83 33.3 28.95 -
YUV 154.24 120.53 199.15 -
System Red Green Blue C M Y K H S L
Decimal 254 106 141 0 0.58 0.44 0.00 345.81 0.99 0.71
Hex FE 6A 8D 0 3A 2C 0 15A 63 47
Octal 376 152 215 0 72 54 0 532 143 107
Binary 11111110 1101010 10001101 0 111010 101100 0 101011010 1100011 1000111

Color Harmonies of #FE6A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6A8D

Black with #FE6A8D

Text Example


Text Example

White with #FE6A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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