Html Css Color HEX #FE658E Brink Pink

📋 copy color: '#FE658E'

red 254 ◦ green 101 ◦ blue 142

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

Shades of Brink Pink #FE658E

Tints of Brink Pink #FE658E

RGB

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

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

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

R = 51.11%
G = 20.32%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE658E (or 0xFE658E) is known color: Brink Pink. HEX triplet: FE, 65 and 8E. RGB value is (254,101,142). Sum of RGB (Red+Green+Blue) = 254+101+142=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 101 (39.84% from 255 or 20.32% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE658E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE658E is #019A71. Grayscale: #979797. Windows color (decimal): -105074 or 9332222. OLE color: 9332222.

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

Color convert

RGB 254 101 142 -
CMYK 0 0.60 0.44 0.00
HSL 343.92º 0.99% 0.7% -
HSV(B) 343.92º 0.6% 1% -
XYZ 50.41 32.33 29.17 -
YUV 151.42 122.69 201.17 -
System Red Green Blue C M Y K H S L
Decimal 254 101 142 0 0.60 0.44 0.00 343.92 0.99 0.7
Hex FE 65 8E 0 3C 2C 0 158 63 46
Octal 376 145 216 0 74 54 0 530 143 106
Binary 11111110 1100101 10001110 0 111100 101100 0 101011000 1100011 1000110

Color Harmonies of #FE658E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE658E

Black with #FE658E

Text Example


Text Example

White with #FE658E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE658E; }

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

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

background-color css

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

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

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

border-color css

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

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

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