Html Css Color HEX #FF718D Brink Pink

📋 copy color: '#FF718D'

red 255 ◦ green 113 ◦ blue 141

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

Shades of Brink Pink #FF718D

Tints of Brink Pink #FF718D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.7%

R = 50.1%
G = 22.2%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FF718D (or 0xFF718D) is known color: Brink Pink. HEX triplet: FF, 71 and 8D. RGB value is (255,113,141). Sum of RGB (Red+Green+Blue) = 255+113+141=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 113 (44.53% from 255 or 22.20% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF718D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF718D is #008E72. Grayscale: #9E9E9E. Windows color (decimal): -36467 or 9269759. OLE color: 9269759.

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

Color convert

RGB 255 113 141 -
CMYK 0 0.56 0.45 0
HSL 348.17º 1% 0.72% -
HSV(B) 348.17º 0.56% 1% -
XYZ 51.95 34.99 29.22 -
YUV 158.65 118.04 196.72 -
System Red Green Blue C M Y K H S L
Decimal 255 113 141 0 0.56 0.45 0 348.17 1 0.72
Hex FF 71 8D 0 38 2D 0 15C 64 48
Octal 377 161 215 0 70 55 0 534 144 110
Binary 11111111 1110001 10001101 0 111000 101101 0 101011100 1100100 1001000

Color Harmonies of #FF718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF718D

Black with #FF718D

Text Example


Text Example

White with #FF718D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF718D; }

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

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

background-color css

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

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

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

border-color css

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

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

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