Html Css Color HEX #FF718C Brink Pink

📋 copy color: '#FF718C'

red 255 ◦ green 113 ◦ blue 140

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

Shades of Brink Pink #FF718C

Tints of Brink Pink #FF718C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.56%

R = 50.2%
G = 22.24%
B = 27.56%

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

#FF718C (or 0xFF718C) is known color: Brink Pink. HEX triplet: FF, 71 and 8C. RGB value is (255,113,140). Sum of RGB (Red+Green+Blue) = 255+113+140=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 113 (44.53% from 255 or 22.24% from 508); Blue value is 140 (55.08% from 255 or 27.56% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF718C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF718C is #008E73. Grayscale: #9E9E9E. Windows color (decimal): -36468 or 9204223. OLE color: 9204223.

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

Color convert

RGB 255 113 140 -
CMYK 0 0.56 0.45 0
HSL 348.59º 1% 0.72% -
HSV(B) 348.59º 0.56% 1% -
XYZ 51.88 34.96 28.83 -
YUV 158.54 117.54 196.8 -
System Red Green Blue C M Y K H S L
Decimal 255 113 140 0 0.56 0.45 0 348.59 1 0.72
Hex FF 71 8C 0 38 2D 0 15D 64 48
Octal 377 161 214 0 70 55 0 535 144 110
Binary 11111111 1110001 10001100 0 111000 101101 0 101011101 1100100 1001000

Color Harmonies of #FF718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF718C

Black with #FF718C

Text Example


Text Example

White with #FF718C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF718C; }

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

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

background-color css

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

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

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

border-color css

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

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

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