Html Css Color HEX #FF7083 Brink Pink

📋 copy color: '#FF7083'

red 255 ◦ green 112 ◦ blue 131

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

Shades of Brink Pink #FF7083

Tints of Brink Pink #FF7083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.31%

R = 51.2%
G = 22.49%
B = 26.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FF7083 (or 0xFF7083) is known color: Brink Pink. HEX triplet: FF, 70 and 83. RGB value is (255,112,131). Sum of RGB (Red+Green+Blue) = 255+112+131=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 112 (44.14% from 255 or 22.49% from 498); Blue value is 131 (51.56% from 255 or 26.31% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7083 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7083 is #008F7C. Grayscale: #9C9C9C. Windows color (decimal): -36733 or 8614143. OLE color: 8614143.

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

Color convert

RGB 255 112 131 -
CMYK 0 0.56 0.49 0
HSL 352.03º 1% 0.72% -
HSV(B) 352.03º 0.56% 1% -
XYZ 51.13 34.49 25.43 -
YUV 156.92 113.38 197.96 -
System Red Green Blue C M Y K H S L
Decimal 255 112 131 0 0.56 0.49 0 352.03 1 0.72
Hex FF 70 83 0 38 31 0 160 64 48
Octal 377 160 203 0 70 61 0 540 144 110
Binary 11111111 1110000 10000011 0 111000 110001 0 101100000 1100100 1001000

Color Harmonies of #FF7083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7083

Black with #FF7083

Text Example


Text Example

White with #FF7083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7083; }

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

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

background-color css

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

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

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

border-color css

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

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

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