Html Css Color HEX #FD737A Brink Pink

📋 copy color: '#FD737A'

red 253 ◦ green 115 ◦ blue 122

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

Shades of Brink Pink #FD737A

Tints of Brink Pink #FD737A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.47%

 BLUE value IS 122 (48.05% from 255) = 24.9%

R = 51.63%
G = 23.47%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FD737A (or 0xFD737A) is known color: Brink Pink. HEX triplet: FD, 73 and 7A. RGB value is (253,115,122). Sum of RGB (Red+Green+Blue) = 253+115+122=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FD737A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD737A is #028C85. Grayscale: #9D9D9D. Windows color (decimal): -167046 or 8025085. OLE color: 8025085.

HSL color Cylindrical-coordinate representation of color #FD737A: hue angle of 356.96º 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 #FD737A is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 115 122 -
CMYK 0 0.55 0.52 0.01
HSL 356.96º 0.97% 0.72% -
HSV(B) 356.96º 0.55% 0.99% -
XYZ 50.15 34.55 22.44 -
YUV 157.06 108.22 196.43 -
System Red Green Blue C M Y K H S L
Decimal 253 115 122 0 0.55 0.52 0.01 356.96 0.97 0.72
Hex FD 73 7A 0 37 34 1 165 61 48
Octal 375 163 172 0 67 64 1 545 141 110
Binary 11111101 1110011 1111010 0 110111 110100 1 101100101 1100001 1001000

Color Harmonies of #FD737A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD737A

Black with #FD737A

Text Example


Text Example

White with #FD737A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD737A; }

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

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

background-color css

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

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

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

border-color css

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

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

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