Html Css Color HEX #FF7D83 Brink Pink

📋 copy color: '#FF7D83'

red 255 ◦ green 125 ◦ blue 131

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

Shades of Brink Pink #FF7D83

Tints of Brink Pink #FF7D83

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.46%

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

R = 49.9%
G = 24.46%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FF7D83 (or 0xFF7D83) is known color: Brink Pink. HEX triplet: FF, 7D and 83. RGB value is (255,125,131). Sum of RGB (Red+Green+Blue) = 255+125+131=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 131 (51.56% from 255 or 25.64% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7D83 is #00827C. Grayscale: #A4A4A4. Windows color (decimal): -33405 or 8617471. OLE color: 8617471.

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

Color convert

RGB 255 125 131 -
CMYK 0 0.51 0.49 0
HSL 357.23º 1% 0.75% -
HSV(B) 357.23º 0.51% 1% -
XYZ 52.67 37.57 25.95 -
YUV 164.55 109.07 192.51 -
System Red Green Blue C M Y K H S L
Decimal 255 125 131 0 0.51 0.49 0 357.23 1 0.75
Hex FF 7D 83 0 33 31 0 165 64 4B
Octal 377 175 203 0 63 61 0 545 144 113
Binary 11111111 1111101 10000011 0 110011 110001 0 101100101 1100100 1001011

Color Harmonies of #FF7D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7D83

Black with #FF7D83

Text Example


Text Example

White with #FF7D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7D83; }

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

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

background-color css

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

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

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

border-color css

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

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

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