Html Css Color HEX #FD737E Brink Pink

📋 copy color: '#FD737E'

red 253 ◦ green 115 ◦ blue 126

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

Shades of Brink Pink #FD737E

Tints of Brink Pink #FD737E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.51%

R = 51.21%
G = 23.28%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FD737E (or 0xFD737E) is known color: Brink Pink. HEX triplet: FD, 73 and 7E. RGB value is (253,115,126). Sum of RGB (Red+Green+Blue) = 253+115+126=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 115 (45.31% from 255 or 23.28% from 494); Blue value is 126 (49.61% from 255 or 25.51% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FD737E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD737E is #028C81. Grayscale: #9D9D9D. Windows color (decimal): -167042 or 8287229. OLE color: 8287229.

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

Color convert

RGB 253 115 126 -
CMYK 0 0.55 0.50 0.01
HSL 355.22º 0.97% 0.72% -
HSV(B) 355.22º 0.55% 0.99% -
XYZ 50.4 34.65 23.77 -
YUV 157.52 110.22 196.11 -
System Red Green Blue C M Y K H S L
Decimal 253 115 126 0 0.55 0.50 0.01 355.22 0.97 0.72
Hex FD 73 7E 0 37 32 1 163 61 48
Octal 375 163 176 0 67 62 1 543 141 110
Binary 11111101 1110011 1111110 0 110111 110010 1 101100011 1100001 1001000

Color Harmonies of #FD737E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD737E

Black with #FD737E

Text Example


Text Example

White with #FD737E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD737E; }

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

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

background-color css

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

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

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

border-color css

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

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

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