Html Css Color HEX #FD7A83 Brink Pink

📋 copy color: '#FD7A83'

red 253 ◦ green 122 ◦ blue 131

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

Shades of Brink Pink #FD7A83

Tints of Brink Pink #FD7A83

RGB

 RED value IS 253 (99.22% from 255) = 50%

 GREEN value IS 122 (48.05% from 255) = 24.11%

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

R = 50%
G = 24.11%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FD7A83 (or 0xFD7A83) is known color: Brink Pink. HEX triplet: FD, 7A and 83. RGB value is (253,122,131). Sum of RGB (Red+Green+Blue) = 253+122+131=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 131 (51.56% from 255 or 25.89% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7A83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7A83 is #02857C. Grayscale: #A2A2A2. Windows color (decimal): -165245 or 8616701. OLE color: 8616701.

HSL color Cylindrical-coordinate representation of color #FD7A83: hue angle of 355.88º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FD7A83 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 122 131 -
CMYK 0 0.52 0.48 0.01
HSL 355.88º 0.97% 0.74% -
HSV(B) 355.88º 0.52% 0.99% -
XYZ 51.56 36.44 25.79 -
YUV 162.2 110.4 192.77 -
System Red Green Blue C M Y K H S L
Decimal 253 122 131 0 0.52 0.48 0.01 355.88 0.97 0.74
Hex FD 7A 83 0 34 30 1 164 61 4A
Octal 375 172 203 0 64 60 1 544 141 112
Binary 11111101 1111010 10000011 0 110100 110000 1 101100100 1100001 1001010

Color Harmonies of #FD7A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7A83

Black with #FD7A83

Text Example


Text Example

White with #FD7A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7A83; }

 p { color: rgb(253,122,131); }

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

background-color css

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

 a { background-color: rgb(253,122,131); }

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

border-color css

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

 span { border-color: rgb(253,122,131); }

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