Html Css Color HEX #FE658A Brink Pink

📋 copy color: '#FE658A'

red 254 ◦ green 101 ◦ blue 138

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

Shades of Brink Pink #FE658A

Tints of Brink Pink #FE658A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.99%

R = 51.52%
G = 20.49%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE658A (or 0xFE658A) is known color: Brink Pink. HEX triplet: FE, 65 and 8A. RGB value is (254,101,138). Sum of RGB (Red+Green+Blue) = 254+101+138=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE658A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE658A is #019A75. Grayscale: #969696. Windows color (decimal): -105078 or 9070078. OLE color: 9070078.

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

Color convert

RGB 254 101 138 -
CMYK 0 0.60 0.46 0.00
HSL 345.49º 0.99% 0.7% -
HSV(B) 345.49º 0.6% 1% -
XYZ 50.11 32.21 27.62 -
YUV 150.97 120.69 201.49 -
System Red Green Blue C M Y K H S L
Decimal 254 101 138 0 0.60 0.46 0.00 345.49 0.99 0.7
Hex FE 65 8A 0 3C 2E 0 159 63 46
Octal 376 145 212 0 74 56 0 531 143 106
Binary 11111110 1100101 10001010 0 111100 101110 0 101011001 1100011 1000110

Color Harmonies of #FE658A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE658A

Black with #FE658A

Text Example


Text Example

White with #FE658A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE658A; }

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

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

background-color css

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

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

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

border-color css

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

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

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