Html Css Color HEX #FF718E Brink Pink

📋 copy color: '#FF718E'

red 255 ◦ green 113 ◦ blue 142

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

Shades of Brink Pink #FF718E

Tints of Brink Pink #FF718E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.84%

R = 50%
G = 22.16%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FF718E (or 0xFF718E) is known color: Brink Pink. HEX triplet: FF, 71 and 8E. RGB value is (255,113,142). Sum of RGB (Red+Green+Blue) = 255+113+142=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 113 (44.53% from 255 or 22.16% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF718E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF718E is #008E71. Grayscale: #9E9E9E. Windows color (decimal): -36466 or 9335295. OLE color: 9335295.

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

Color convert

RGB 255 113 142 -
CMYK 0 0.56 0.44 0
HSL 347.75º 1% 0.72% -
HSV(B) 347.75º 0.56% 1% -
XYZ 52.03 35.02 29.61 -
YUV 158.76 118.54 196.64 -
System Red Green Blue C M Y K H S L
Decimal 255 113 142 0 0.56 0.44 0 347.75 1 0.72
Hex FF 71 8E 0 38 2C 0 15C 64 48
Octal 377 161 216 0 70 54 0 534 144 110
Binary 11111111 1110001 10001110 0 111000 101100 0 101011100 1100100 1001000

Color Harmonies of #FF718E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF718E

Black with #FF718E

Text Example


Text Example

White with #FF718E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF718E; }

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

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

background-color css

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

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

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

border-color css

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

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

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