Html Css Color HEX #FD728C Brink Pink

📋 copy color: '#FD728C'

red 253 ◦ green 114 ◦ blue 140

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

Shades of Brink Pink #FD728C

Tints of Brink Pink #FD728C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.61%

R = 49.9%
G = 22.49%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD728C (or 0xFD728C) is known color: Brink Pink. HEX triplet: FD, 72 and 8C. RGB value is (253,114,140). Sum of RGB (Red+Green+Blue) = 253+114+140=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FD728C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD728C is #028D73. Grayscale: #9E9E9E. Windows color (decimal): -167284 or 9204477. OLE color: 9204477.

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

Color convert

RGB 253 114 140 -
CMYK 0 0.55 0.45 0.01
HSL 348.78º 0.97% 0.72% -
HSV(B) 348.78º 0.55% 0.99% -
XYZ 51.26 34.81 28.83 -
YUV 158.53 117.55 195.39 -
System Red Green Blue C M Y K H S L
Decimal 253 114 140 0 0.55 0.45 0.01 348.78 0.97 0.72
Hex FD 72 8C 0 37 2D 1 15D 61 48
Octal 375 162 214 0 67 55 1 535 141 110
Binary 11111101 1110010 10001100 0 110111 101101 1 101011101 1100001 1001000

Color Harmonies of #FD728C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD728C

Black with #FD728C

Text Example


Text Example

White with #FD728C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD728C; }

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

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

background-color css

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

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

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

border-color css

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

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

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