Html Css Color HEX #FD7282 Brink Pink

📋 copy color: '#FD7282'

red 253 ◦ green 114 ◦ blue 130

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

Shades of Brink Pink #FD7282

Tints of Brink Pink #FD7282

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.94%

 BLUE value IS 130 (51.17% from 255) = 26.16%

R = 50.91%
G = 22.94%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FD7282 (or 0xFD7282) is known color: Brink Pink. HEX triplet: FD, 72 and 82. RGB value is (253,114,130). Sum of RGB (Red+Green+Blue) = 253+114+130=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 114 (44.92% from 255 or 22.94% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7282 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7282 is #028D7D. Grayscale: #9D9D9D. Windows color (decimal): -167294 or 8549117. OLE color: 8549117.

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

Color convert

RGB 253 114 130 -
CMYK 0 0.55 0.49 0.01
HSL 353.09º 0.97% 0.72% -
HSV(B) 353.09º 0.55% 0.99% -
XYZ 50.55 34.53 25.12 -
YUV 157.39 112.55 196.2 -
System Red Green Blue C M Y K H S L
Decimal 253 114 130 0 0.55 0.49 0.01 353.09 0.97 0.72
Hex FD 72 82 0 37 31 1 161 61 48
Octal 375 162 202 0 67 61 1 541 141 110
Binary 11111101 1110010 10000010 0 110111 110001 1 101100001 1100001 1001000

Color Harmonies of #FD7282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7282

Black with #FD7282

Text Example


Text Example

White with #FD7282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7282; }

 p { color: rgb(253,114,130); }

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

background-color css

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

 a { background-color: rgb(253,114,130); }

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

border-color css

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

 span { border-color: rgb(253,114,130); }

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