Html Css Color HEX #FF708C Brink Pink

📋 copy color: '#FF708C'

red 255 ◦ green 112 ◦ blue 140

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

Shades of Brink Pink #FF708C

Tints of Brink Pink #FF708C

RGB

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

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

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

R = 50.3%
G = 22.09%
B = 27.61%

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

#FF708C (or 0xFF708C) is known color: Brink Pink. HEX triplet: FF, 70 and 8C. RGB value is (255,112,140). Sum of RGB (Red+Green+Blue) = 255+112+140=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 112 (44.14% from 255 or 22.09% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF708C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF708C is #008F73. Grayscale: #9D9D9D. Windows color (decimal): -36724 or 9203967. OLE color: 9203967.

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

Color convert

RGB 255 112 140 -
CMYK 0 0.56 0.45 0
HSL 348.25º 1% 0.72% -
HSV(B) 348.25º 0.56% 1% -
XYZ 51.77 34.74 28.79 -
YUV 157.95 117.88 197.22 -
System Red Green Blue C M Y K H S L
Decimal 255 112 140 0 0.56 0.45 0 348.25 1 0.72
Hex FF 70 8C 0 38 2D 0 15C 64 48
Octal 377 160 214 0 70 55 0 534 144 110
Binary 11111111 1110000 10001100 0 111000 101101 0 101011100 1100100 1001000

Color Harmonies of #FF708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF708C

Black with #FF708C

Text Example


Text Example

White with #FF708C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF708C; }

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

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

background-color css

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

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

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

border-color css

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

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

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