Html Css Color HEX #FD718D Brink Pink

📋 copy color: '#FD718D'

red 253 ◦ green 113 ◦ blue 141

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

Shades of Brink Pink #FD718D

Tints of Brink Pink #FD718D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.29%

 BLUE value IS 141 (55.47% from 255) = 27.81%

R = 49.9%
G = 22.29%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FD718D (or 0xFD718D) is known color: Brink Pink. HEX triplet: FD, 71 and 8D. RGB value is (253,113,141). Sum of RGB (Red+Green+Blue) = 253+113+141=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 113 (44.53% from 255 or 22.29% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FD718D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD718D is #028E72. Grayscale: #9E9E9E. Windows color (decimal): -167539 or 9269757. OLE color: 9269757.

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

Color convert

RGB 253 113 141 -
CMYK 0 0.55 0.44 0.01
HSL 348º 0.97% 0.72% -
HSV(B) 348º 0.55% 0.99% -
XYZ 51.22 34.62 29.18 -
YUV 158.05 118.38 195.72 -
System Red Green Blue C M Y K H S L
Decimal 253 113 141 0 0.55 0.44 0.01 348 0.97 0.72
Hex FD 71 8D 0 37 2C 1 15C 61 48
Octal 375 161 215 0 67 54 1 534 141 110
Binary 11111101 1110001 10001101 0 110111 101100 1 101011100 1100001 1001000

Color Harmonies of #FD718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD718D

Black with #FD718D

Text Example


Text Example

White with #FD718D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD718D; }

 p { color: rgb(253,113,141); }

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

background-color css

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

 a { background-color: rgb(253,113,141); }

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

border-color css

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

 span { border-color: rgb(253,113,141); }

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