Html Css Color HEX #FF708F Brink Pink

📋 copy color: '#FF708F'

red 255 ◦ green 112 ◦ blue 143

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

Shades of Brink Pink #FF708F

Tints of Brink Pink #FF708F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.04%

R = 50%
G = 21.96%
B = 28.04%

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

#FF708F (or 0xFF708F) is known color: Brink Pink. HEX triplet: FF, 70 and 8F. RGB value is (255,112,143). Sum of RGB (Red+Green+Blue) = 255+112+143=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 112 (44.14% from 255 or 21.96% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF708F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF708F is #008F70. Grayscale: #9E9E9E. Windows color (decimal): -36721 or 9400575. OLE color: 9400575.

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

Color convert

RGB 255 112 143 -
CMYK 0 0.56 0.44 0
HSL 346.99º 1% 0.72% -
HSV(B) 346.99º 0.56% 1% -
XYZ 51.99 34.83 29.97 -
YUV 158.29 119.38 196.98 -
System Red Green Blue C M Y K H S L
Decimal 255 112 143 0 0.56 0.44 0 346.99 1 0.72
Hex FF 70 8F 0 38 2C 0 15B 64 48
Octal 377 160 217 0 70 54 0 533 144 110
Binary 11111111 1110000 10001111 0 111000 101100 0 101011011 1100100 1001000

Color Harmonies of #FF708F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF708F

Black with #FF708F

Text Example


Text Example

White with #FF708F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF708F; }

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

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

background-color css

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

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

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

border-color css

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

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

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