Html Css Color HEX #FD737C Brink Pink

📋 copy color: '#FD737C'

red 253 ◦ green 115 ◦ blue 124

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

Shades of Brink Pink #FD737C

Tints of Brink Pink #FD737C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.2%

R = 51.42%
G = 23.37%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD737C (or 0xFD737C) is known color: Brink Pink. HEX triplet: FD, 73 and 7C. RGB value is (253,115,124). Sum of RGB (Red+Green+Blue) = 253+115+124=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 124 (48.83% from 255 or 25.20% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FD737C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD737C is #028C83. Grayscale: #9D9D9D. Windows color (decimal): -167044 or 8156157. OLE color: 8156157.

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

Color convert

RGB 253 115 124 -
CMYK 0 0.55 0.51 0.01
HSL 356.09º 0.97% 0.72% -
HSV(B) 356.09º 0.55% 0.99% -
XYZ 50.28 34.6 23.1 -
YUV 157.29 109.22 196.27 -
System Red Green Blue C M Y K H S L
Decimal 253 115 124 0 0.55 0.51 0.01 356.09 0.97 0.72
Hex FD 73 7C 0 37 33 1 164 61 48
Octal 375 163 174 0 67 63 1 544 141 110
Binary 11111101 1110011 1111100 0 110111 110011 1 101100100 1100001 1001000

Color Harmonies of #FD737C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD737C

Black with #FD737C

Text Example


Text Example

White with #FD737C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD737C; }

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

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

background-color css

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

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

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

border-color css

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

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

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