Html Css Color HEX #FE617E Brink Pink

📋 copy color: '#FE617E'

red 254 ◦ green 97 ◦ blue 126

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

Shades of Brink Pink #FE617E

Tints of Brink Pink #FE617E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.42%

R = 53.25%
G = 20.34%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE617E (or 0xFE617E) is known color: Brink Pink. HEX triplet: FE, 61 and 7E. RGB value is (254,97,126). Sum of RGB (Red+Green+Blue) = 254+97+126=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 97 (38.28% from 255 or 20.34% from 477); Blue value is 126 (49.61% from 255 or 26.42% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE617E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE617E is #019E81. Grayscale: #939393. Windows color (decimal): -106114 or 8282622. OLE color: 8282622.

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

Color convert

RGB 254 97 126 -
CMYK 0 0.62 0.50 0.00
HSL 348.92º 0.99% 0.69% -
HSV(B) 348.92º 0.62% 1% -
XYZ 48.91 31.13 23.17 -
YUV 147.25 116.01 204.14 -
System Red Green Blue C M Y K H S L
Decimal 254 97 126 0 0.62 0.50 0.00 348.92 0.99 0.69
Hex FE 61 7E 0 3E 32 0 15D 63 45
Octal 376 141 176 0 76 62 0 535 143 105
Binary 11111110 1100001 1111110 0 111110 110010 0 101011101 1100011 1000101

Color Harmonies of #FE617E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE617E

Black with #FE617E

Text Example


Text Example

White with #FE617E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE617E; }

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

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

background-color css

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

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

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

border-color css

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

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

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