Html Css Color HEX #FF707B Brink Pink

📋 copy color: '#FF707B'

red 255 ◦ green 112 ◦ blue 123

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

Shades of Brink Pink #FF707B

Tints of Brink Pink #FF707B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.1%

R = 52.04%
G = 22.86%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0

RGB Variations

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

Color information

#FF707B (or 0xFF707B) is known color: Brink Pink. HEX triplet: FF, 70 and 7B. RGB value is (255,112,123). Sum of RGB (Red+Green+Blue) = 255+112+123=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF707B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF707B is #008F84. Grayscale: #9C9C9C. Windows color (decimal): -36741 or 8089855. OLE color: 8089855.

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

Color convert

RGB 255 112 123 -
CMYK 0 0.56 0.52 0
HSL 355.38º 1% 0.72% -
HSV(B) 355.38º 0.56% 1% -
XYZ 50.61 34.28 22.69 -
YUV 156.01 109.38 198.61 -
System Red Green Blue C M Y K H S L
Decimal 255 112 123 0 0.56 0.52 0 355.38 1 0.72
Hex FF 70 7B 0 38 34 0 163 64 48
Octal 377 160 173 0 70 64 0 543 144 110
Binary 11111111 1110000 1111011 0 111000 110100 0 101100011 1100100 1001000

Color Harmonies of #FF707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF707B

Black with #FF707B

Text Example


Text Example

White with #FF707B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF707B; }

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

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

background-color css

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

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

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

border-color css

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

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

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