Html Css Color HEX #FE717B Brink Pink

📋 copy color: '#FE717B'

red 254 ◦ green 113 ◦ blue 123

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

Shades of Brink Pink #FE717B

Tints of Brink Pink #FE717B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.1%

R = 51.84%
G = 23.06%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE717B (or 0xFE717B) is known color: Brink Pink. HEX triplet: FE, 71 and 7B. RGB value is (254,113,123). Sum of RGB (Red+Green+Blue) = 254+113+123=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE717B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE717B is #018E84. Grayscale: #9C9C9C. Windows color (decimal): -102021 or 8090110. OLE color: 8090110.

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

Color convert

RGB 254 113 123 -
CMYK 0 0.56 0.52 0.00
HSL 355.74º 0.99% 0.72% -
HSV(B) 355.74º 0.56% 1% -
XYZ 50.35 34.31 22.71 -
YUV 156.3 109.21 197.69 -
System Red Green Blue C M Y K H S L
Decimal 254 113 123 0 0.56 0.52 0.00 355.74 0.99 0.72
Hex FE 71 7B 0 38 34 0 164 63 48
Octal 376 161 173 0 70 64 0 544 143 110
Binary 11111110 1110001 1111011 0 111000 110100 0 101100100 1100011 1001000

Color Harmonies of #FE717B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE717B

Black with #FE717B

Text Example


Text Example

White with #FE717B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE717B; }

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

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

background-color css

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

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

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

border-color css

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

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

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