Html Css Color HEX #FF747C Brink Pink

📋 copy color: '#FF747C'

red 255 ◦ green 116 ◦ blue 124

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

Shades of Brink Pink #FF747C

Tints of Brink Pink #FF747C

RGB

 RED value IS 255 (100% from 255) = 51.52%

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

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

R = 51.52%
G = 23.43%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FF747C (or 0xFF747C) is known color: Brink Pink. HEX triplet: FF, 74 and 7C. RGB value is (255,116,124). Sum of RGB (Red+Green+Blue) = 255+116+124=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 124 (48.83% from 255 or 25.05% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF747C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF747C is #008B83. Grayscale: #9E9E9E. Windows color (decimal): -35716 or 8156415. OLE color: 8156415.

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

Color convert

RGB 255 116 124 -
CMYK 0 0.55 0.51 0
HSL 356.55º 1% 0.73% -
HSV(B) 356.55º 0.55% 1% -
XYZ 51.12 35.21 23.17 -
YUV 158.47 108.55 196.85 -
System Red Green Blue C M Y K H S L
Decimal 255 116 124 0 0.55 0.51 0 356.55 1 0.73
Hex FF 74 7C 0 37 33 0 165 64 49
Octal 377 164 174 0 67 63 0 545 144 111
Binary 11111111 1110100 1111100 0 110111 110011 0 101100101 1100100 1001001

Color Harmonies of #FF747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF747C

Black with #FF747C

Text Example


Text Example

White with #FF747C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF747C; }

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

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

background-color css

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

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

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

border-color css

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

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

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