Html Css Color HEX #FF707F Brink Pink

📋 copy color: '#FF707F'

red 255 ◦ green 112 ◦ blue 127

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

Shades of Brink Pink #FF707F

Tints of Brink Pink #FF707F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.71%

R = 51.62%
G = 22.67%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF707F (or 0xFF707F) is known color: Brink Pink. HEX triplet: FF, 70 and 7F. RGB value is (255,112,127). Sum of RGB (Red+Green+Blue) = 255+112+127=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 127 (50% from 255 or 25.71% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF707F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF707F is #008F80. Grayscale: #9C9C9C. Windows color (decimal): -36737 or 8351999. OLE color: 8351999.

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

Color convert

RGB 255 112 127 -
CMYK 0 0.56 0.50 0
HSL 353.71º 1% 0.72% -
HSV(B) 353.71º 0.56% 1% -
XYZ 50.86 34.38 24.03 -
YUV 156.47 111.38 198.28 -
System Red Green Blue C M Y K H S L
Decimal 255 112 127 0 0.56 0.50 0 353.71 1 0.72
Hex FF 70 7F 0 38 32 0 162 64 48
Octal 377 160 177 0 70 62 0 542 144 110
Binary 11111111 1110000 1111111 0 111000 110010 0 101100010 1100100 1001000

Color Harmonies of #FF707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF707F

Black with #FF707F

Text Example


Text Example

White with #FF707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF707F; }

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

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

background-color css

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

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

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

border-color css

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

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

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