Html Css Color HEX #FF708E Brink Pink

📋 copy color: '#FF708E'

red 255 ◦ green 112 ◦ blue 142

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

Shades of Brink Pink #FF708E

Tints of Brink Pink #FF708E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22%

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

R = 50.1%
G = 22%
B = 27.9%

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

#FF708E (or 0xFF708E) is known color: Brink Pink. HEX triplet: FF, 70 and 8E. RGB value is (255,112,142). Sum of RGB (Red+Green+Blue) = 255+112+142=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 112 (44.14% from 255 or 22.00% from 509); Blue value is 142 (55.86% from 255 or 27.90% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF708E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF708E is #008F71. Grayscale: #9E9E9E. Windows color (decimal): -36722 or 9335039. OLE color: 9335039.

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

Color convert

RGB 255 112 142 -
CMYK 0 0.56 0.44 0
HSL 347.41º 1% 0.72% -
HSV(B) 347.41º 0.56% 1% -
XYZ 51.92 34.8 29.57 -
YUV 158.18 118.88 197.06 -
System Red Green Blue C M Y K H S L
Decimal 255 112 142 0 0.56 0.44 0 347.41 1 0.72
Hex FF 70 8E 0 38 2C 0 15B 64 48
Octal 377 160 216 0 70 54 0 533 144 110
Binary 11111111 1110000 10001110 0 111000 101100 0 101011011 1100100 1001000

Color Harmonies of #FF708E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF708E

Black with #FF708E

Text Example


Text Example

White with #FF708E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF708E; }

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

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

background-color css

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

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

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

border-color css

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

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

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