Html Css Color HEX #FD747C Brink Pink

📋 copy color: '#FD747C'

red 253 ◦ green 116 ◦ blue 124

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

Shades of Brink Pink #FD747C

Tints of Brink Pink #FD747C

RGB

 RED value IS 253 (99.22% from 255) = 51.32%

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

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

R = 51.32%
G = 23.53%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD747C (or 0xFD747C) is known color: Brink Pink. HEX triplet: FD, 74 and 7C. RGB value is (253,116,124). Sum of RGB (Red+Green+Blue) = 253+116+124=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 116 (45.70% from 255 or 23.53% from 493); Blue value is 124 (48.83% from 255 or 25.15% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FD747C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD747C is #028B83. Grayscale: #9D9D9D. Windows color (decimal): -166788 or 8156413. OLE color: 8156413.

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

Color convert

RGB 253 116 124 -
CMYK 0 0.54 0.51 0.01
HSL 356.5º 0.97% 0.72% -
HSV(B) 356.5º 0.54% 0.99% -
XYZ 50.39 34.83 23.14 -
YUV 157.88 108.89 195.85 -
System Red Green Blue C M Y K H S L
Decimal 253 116 124 0 0.54 0.51 0.01 356.5 0.97 0.72
Hex FD 74 7C 0 36 33 1 164 61 48
Octal 375 164 174 0 66 63 1 544 141 110
Binary 11111101 1110100 1111100 0 110110 110011 1 101100100 1100001 1001000

Color Harmonies of #FD747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD747C

Black with #FD747C

Text Example


Text Example

White with #FD747C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD747C; }

 p { color: rgb(253,116,124); }

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

background-color css

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

 a { background-color: rgb(253,116,124); }

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

border-color css

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

 span { border-color: rgb(253,116,124); }

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