Html Css Color HEX #FD718C Brink Pink

📋 copy color: '#FD718C'

red 253 ◦ green 113 ◦ blue 140

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

Shades of Brink Pink #FD718C

Tints of Brink Pink #FD718C

RGB

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

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

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

R = 50%
G = 22.33%
B = 27.67%

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

#FD718C (or 0xFD718C) is known color: Brink Pink. HEX triplet: FD, 71 and 8C. RGB value is (253,113,140). Sum of RGB (Red+Green+Blue) = 253+113+140=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FD718C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD718C is #028E73. Grayscale: #9D9D9D. Windows color (decimal): -167540 or 9204221. OLE color: 9204221.

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

Color convert

RGB 253 113 140 -
CMYK 0 0.55 0.45 0.01
HSL 348.43º 0.97% 0.72% -
HSV(B) 348.43º 0.55% 0.99% -
XYZ 51.15 34.59 28.79 -
YUV 157.94 117.88 195.8 -
System Red Green Blue C M Y K H S L
Decimal 253 113 140 0 0.55 0.45 0.01 348.43 0.97 0.72
Hex FD 71 8C 0 37 2D 1 15C 61 48
Octal 375 161 214 0 67 55 1 534 141 110
Binary 11111101 1110001 10001100 0 110111 101101 1 101011100 1100001 1001000

Color Harmonies of #FD718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD718C

Black with #FD718C

Text Example


Text Example

White with #FD718C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD718C; }

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

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

background-color css

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

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

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

border-color css

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

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

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