Html Css Color HEX #FF717C Brink Pink

📋 copy color: '#FF717C'

red 255 ◦ green 113 ◦ blue 124

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

Shades of Brink Pink #FF717C

Tints of Brink Pink #FF717C

RGB

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

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

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

R = 51.83%
G = 22.97%
B = 25.2%

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

#FF717C (or 0xFF717C) is known color: Brink Pink. HEX triplet: FF, 71 and 7C. RGB value is (255,113,124). Sum of RGB (Red+Green+Blue) = 255+113+124=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 113 (44.53% from 255 or 22.97% from 492); Blue value is 124 (48.83% from 255 or 25.20% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF717C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF717C is #008E83. Grayscale: #9C9C9C. Windows color (decimal): -36484 or 8155647. OLE color: 8155647.

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

Color convert

RGB 255 113 124 -
CMYK 0 0.56 0.51 0
HSL 355.35º 1% 0.72% -
HSV(B) 355.35º 0.56% 1% -
XYZ 50.78 34.53 23.06 -
YUV 156.71 109.54 198.11 -
System Red Green Blue C M Y K H S L
Decimal 255 113 124 0 0.56 0.51 0 355.35 1 0.72
Hex FF 71 7C 0 38 33 0 163 64 48
Octal 377 161 174 0 70 63 0 543 144 110
Binary 11111111 1110001 1111100 0 111000 110011 0 101100011 1100100 1001000

Color Harmonies of #FF717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF717C

Black with #FF717C

Text Example


Text Example

White with #FF717C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF717C; }

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

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

background-color css

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

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

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

border-color css

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

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

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