Html Css Color HEX #FE657C Brink Pink

📋 copy color: '#FE657C'

red 254 ◦ green 101 ◦ blue 124

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

Shades of Brink Pink #FE657C

Tints of Brink Pink #FE657C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.89%

R = 53.03%
G = 21.09%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE657C (or 0xFE657C) is known color: Brink Pink. HEX triplet: FE, 65 and 7C. RGB value is (254,101,124). Sum of RGB (Red+Green+Blue) = 254+101+124=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 101 (39.84% from 255 or 21.09% from 479); Blue value is 124 (48.83% from 255 or 25.89% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE657C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE657C is #019A83. Grayscale: #959595. Windows color (decimal): -105092 or 8152574. OLE color: 8152574.

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

Color convert

RGB 254 101 124 -
CMYK 0 0.60 0.51 0.00
HSL 350.98º 0.99% 0.7% -
HSV(B) 350.98º 0.6% 1% -
XYZ 49.16 31.83 22.62 -
YUV 149.37 113.69 202.63 -
System Red Green Blue C M Y K H S L
Decimal 254 101 124 0 0.60 0.51 0.00 350.98 0.99 0.7
Hex FE 65 7C 0 3C 33 0 15F 63 46
Octal 376 145 174 0 74 63 0 537 143 106
Binary 11111110 1100101 1111100 0 111100 110011 0 101011111 1100011 1000110

Color Harmonies of #FE657C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE657C

Black with #FE657C

Text Example


Text Example

White with #FE657C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE657C; }

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

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

background-color css

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

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

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

border-color css

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

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

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