Html Css Color HEX #FE618D Brink Pink

📋 copy color: '#FE618D'

red 254 ◦ green 97 ◦ blue 141

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

Shades of Brink Pink #FE618D

Tints of Brink Pink #FE618D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.72%

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

R = 51.63%
G = 19.72%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE618D (or 0xFE618D) is known color: Brink Pink. HEX triplet: FE, 61 and 8D. RGB value is (254,97,141). Sum of RGB (Red+Green+Blue) = 254+97+141=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 97 (38.28% from 255 or 19.72% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE618D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE618D is #019E72. Grayscale: #949494. Windows color (decimal): -106099 or 9265662. OLE color: 9265662.

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

Color convert

RGB 254 97 141 -
CMYK 0 0.62 0.44 0.00
HSL 343.18º 0.99% 0.69% -
HSV(B) 343.18º 0.62% 1% -
XYZ 49.96 31.54 28.65 -
YUV 148.96 123.51 202.92 -
System Red Green Blue C M Y K H S L
Decimal 254 97 141 0 0.62 0.44 0.00 343.18 0.99 0.69
Hex FE 61 8D 0 3E 2C 0 157 63 45
Octal 376 141 215 0 76 54 0 527 143 105
Binary 11111110 1100001 10001101 0 111110 101100 0 101010111 1100011 1000101

Color Harmonies of #FE618D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE618D

Black with #FE618D

Text Example


Text Example

White with #FE618D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE618D; }

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

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

background-color css

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

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

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

border-color css

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

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

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