Html Css Color HEX #FF717F Brink Pink

📋 copy color: '#FF717F'

red 255 ◦ green 113 ◦ blue 127

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

Shades of Brink Pink #FF717F

Tints of Brink Pink #FF717F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.66%

R = 51.52%
G = 22.83%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF717F (or 0xFF717F) is known color: Brink Pink. HEX triplet: FF, 71 and 7F. RGB value is (255,113,127). Sum of RGB (Red+Green+Blue) = 255+113+127=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 113 (44.53% from 255 or 22.83% from 495); Blue value is 127 (50% from 255 or 25.66% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF717F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF717F is #008E80. Grayscale: #9D9D9D. Windows color (decimal): -36481 or 8352255. OLE color: 8352255.

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

Color convert

RGB 255 113 127 -
CMYK 0 0.56 0.50 0
HSL 354.08º 1% 0.72% -
HSV(B) 354.08º 0.56% 1% -
XYZ 50.98 34.6 24.07 -
YUV 157.05 111.04 197.86 -
System Red Green Blue C M Y K H S L
Decimal 255 113 127 0 0.56 0.50 0 354.08 1 0.72
Hex FF 71 7F 0 38 32 0 162 64 48
Octal 377 161 177 0 70 62 0 542 144 110
Binary 11111111 1110001 1111111 0 111000 110010 0 101100010 1100100 1001000

Color Harmonies of #FF717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF717F

Black with #FF717F

Text Example


Text Example

White with #FF717F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF717F; }

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

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

background-color css

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

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

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

border-color css

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

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

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