Html Css Color HEX #FF7983 Brink Pink

📋 copy color: '#FF7983'

red 255 ◦ green 121 ◦ blue 131

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

Shades of Brink Pink #FF7983

Tints of Brink Pink #FF7983

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.87%

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

R = 50.3%
G = 23.87%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FF7983 (or 0xFF7983) is known color: Brink Pink. HEX triplet: FF, 79 and 83. RGB value is (255,121,131). Sum of RGB (Red+Green+Blue) = 255+121+131=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 121 (47.66% from 255 or 23.87% from 507); Blue value is 131 (51.56% from 255 or 25.84% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7983 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7983 is #00867C. Grayscale: #A2A2A2. Windows color (decimal): -34429 or 8616447. OLE color: 8616447.

HSL color Cylindrical-coordinate representation of color #FF7983: hue angle of 355.52º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF7983 is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.

Color convert

RGB 255 121 131 -
CMYK 0 0.53 0.49 0
HSL 355.52º 1% 0.74% -
HSV(B) 355.52º 0.53% 1% -
XYZ 52.17 36.57 25.78 -
YUV 162.21 110.39 194.19 -
System Red Green Blue C M Y K H S L
Decimal 255 121 131 0 0.53 0.49 0 355.52 1 0.74
Hex FF 79 83 0 35 31 0 164 64 4A
Octal 377 171 203 0 65 61 0 544 144 112
Binary 11111111 1111001 10000011 0 110101 110001 0 101100100 1100100 1001010

Color Harmonies of #FF7983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7983

Black with #FF7983

Text Example


Text Example

White with #FF7983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7983; }

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

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

background-color css

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

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

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

border-color css

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

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

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