Html Css Color HEX #FE717D Brink Pink

📋 copy color: '#FE717D'

red 254 ◦ green 113 ◦ blue 125

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

Shades of Brink Pink #FE717D

Tints of Brink Pink #FE717D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.97%

 BLUE value IS 125 (49.22% from 255) = 25.41%

R = 51.63%
G = 22.97%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE717D (or 0xFE717D) is known color: Brink Pink. HEX triplet: FE, 71 and 7D. RGB value is (254,113,125). Sum of RGB (Red+Green+Blue) = 254+113+125=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 113 (44.53% from 255 or 22.97% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE717D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE717D is #018E82. Grayscale: #9C9C9C. Windows color (decimal): -102019 or 8221182. OLE color: 8221182.

HSL color Cylindrical-coordinate representation of color #FE717D: hue angle of 354.89º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE717D is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 113 125 -
CMYK 0 0.56 0.51 0.00
HSL 354.89º 0.99% 0.72% -
HSV(B) 354.89º 0.56% 1% -
XYZ 50.48 34.36 23.37 -
YUV 156.53 110.21 197.52 -
System Red Green Blue C M Y K H S L
Decimal 254 113 125 0 0.56 0.51 0.00 354.89 0.99 0.72
Hex FE 71 7D 0 38 33 0 163 63 48
Octal 376 161 175 0 70 63 0 543 143 110
Binary 11111110 1110001 1111101 0 111000 110011 0 101100011 1100011 1001000

Color Harmonies of #FE717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE717D

Black with #FE717D

Text Example


Text Example

White with #FE717D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE717D; }

 p { color: rgb(254,113,125); }

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

background-color css

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

 a { background-color: rgb(254,113,125); }

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

border-color css

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

 span { border-color: rgb(254,113,125); }

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