Html Css Color HEX #FF747E Brink Pink

📋 copy color: '#FF747E'

red 255 ◦ green 116 ◦ blue 126

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

Shades of Brink Pink #FF747E

Tints of Brink Pink #FF747E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.35%

R = 51.31%
G = 23.34%
B = 25.35%

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

#FF747E (or 0xFF747E) is known color: Brink Pink. HEX triplet: FF, 74 and 7E. RGB value is (255,116,126). Sum of RGB (Red+Green+Blue) = 255+116+126=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 116 (45.70% from 255 or 23.34% from 497); Blue value is 126 (49.61% from 255 or 25.35% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF747E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF747E is #008B81. Grayscale: #9E9E9E. Windows color (decimal): -35714 or 8287487. OLE color: 8287487.

HSL color Cylindrical-coordinate representation of color #FF747E: hue angle of 355.68º 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 #FF747E is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB 255 116 126 -
CMYK 0 0.55 0.51 0
HSL 355.68º 1% 0.73% -
HSV(B) 355.68º 0.55% 1% -
XYZ 51.25 35.26 23.84 -
YUV 158.7 109.55 196.69 -
System Red Green Blue C M Y K H S L
Decimal 255 116 126 0 0.55 0.51 0 355.68 1 0.73
Hex FF 74 7E 0 37 33 0 164 64 49
Octal 377 164 176 0 67 63 0 544 144 111
Binary 11111111 1110100 1111110 0 110111 110011 0 101100100 1100100 1001001

Color Harmonies of #FF747E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF747E

Black with #FF747E

Text Example


Text Example

White with #FF747E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF747E; }

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

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

background-color css

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

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

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

border-color css

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

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

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