Html Css Color HEX #FE747D Brink Pink

📋 copy color: '#FE747D'

red 254 ◦ green 116 ◦ blue 125

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

Shades of Brink Pink #FE747D

Tints of Brink Pink #FE747D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.43%

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

R = 51.31%
G = 23.43%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE747D (or 0xFE747D) is known color: Brink Pink. HEX triplet: FE, 74 and 7D. RGB value is (254,116,125). Sum of RGB (Red+Green+Blue) = 254+116+125=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FE747D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE747D is #018B82. Grayscale: #9E9E9E. Windows color (decimal): -101251 or 8221950. OLE color: 8221950.

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

Color convert

RGB 254 116 125 -
CMYK 0 0.54 0.51 0.00
HSL 356.09º 0.99% 0.73% -
HSV(B) 356.09º 0.54% 1% -
XYZ 50.82 35.04 23.49 -
YUV 158.29 109.22 196.27 -
System Red Green Blue C M Y K H S L
Decimal 254 116 125 0 0.54 0.51 0.00 356.09 0.99 0.73
Hex FE 74 7D 0 36 33 0 164 63 49
Octal 376 164 175 0 66 63 0 544 143 111
Binary 11111110 1110100 1111101 0 110110 110011 0 101100100 1100011 1001001

Color Harmonies of #FE747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE747D

Black with #FE747D

Text Example


Text Example

White with #FE747D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE747D; }

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

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

background-color css

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

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

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

border-color css

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

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

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