Html Css Color HEX #FF717E Brink Pink

📋 copy color: '#FF717E'

red 255 ◦ green 113 ◦ blue 126

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

Shades of Brink Pink #FF717E

Tints of Brink Pink #FF717E

RGB

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

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

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

R = 51.62%
G = 22.87%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FF717E (or 0xFF717E) is known color: Brink Pink. HEX triplet: FF, 71 and 7E. RGB value is (255,113,126). Sum of RGB (Red+Green+Blue) = 255+113+126=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 113 (44.53% from 255 or 22.87% from 494); Blue value is 126 (49.61% from 255 or 25.51% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF717E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF717E is #008E81. Grayscale: #9D9D9D. Windows color (decimal): -36482 or 8286719. OLE color: 8286719.

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

Color convert

RGB 255 113 126 -
CMYK 0 0.56 0.51 0
HSL 354.51º 1% 0.72% -
HSV(B) 354.51º 0.56% 1% -
XYZ 50.91 34.58 23.73 -
YUV 156.94 110.54 197.94 -
System Red Green Blue C M Y K H S L
Decimal 255 113 126 0 0.56 0.51 0 354.51 1 0.72
Hex FF 71 7E 0 38 33 0 163 64 48
Octal 377 161 176 0 70 63 0 543 144 110
Binary 11111111 1110001 1111110 0 111000 110011 0 101100011 1100100 1001000

Color Harmonies of #FF717E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF717E

Black with #FF717E

Text Example


Text Example

White with #FF717E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF717E; }

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

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

background-color css

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

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

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

border-color css

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

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

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