Html Css Color HEX #FD758D Brink Pink

📋 copy color: '#FD758D'

red 253 ◦ green 117 ◦ blue 141

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

Shades of Brink Pink #FD758D

Tints of Brink Pink #FD758D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.9%

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

R = 49.51%
G = 22.9%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FD758D (or 0xFD758D) is known color: Brink Pink. HEX triplet: FD, 75 and 8D. RGB value is (253,117,141). Sum of RGB (Red+Green+Blue) = 253+117+141=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FD758D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD758D is #028A72. Grayscale: #A0A0A0. Windows color (decimal): -166515 or 9270781. OLE color: 9270781.

HSL color Cylindrical-coordinate representation of color #FD758D: hue angle of 349.41º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FD758D is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 117 141 -
CMYK 0 0.54 0.44 0.01
HSL 349.41º 0.97% 0.73% -
HSV(B) 349.41º 0.54% 0.99% -
XYZ 51.68 35.53 29.33 -
YUV 160.4 117.06 194.05 -
System Red Green Blue C M Y K H S L
Decimal 253 117 141 0 0.54 0.44 0.01 349.41 0.97 0.73
Hex FD 75 8D 0 36 2C 1 15D 61 49
Octal 375 165 215 0 66 54 1 535 141 111
Binary 11111101 1110101 10001101 0 110110 101100 1 101011101 1100001 1001001

Color Harmonies of #FD758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD758D

Black with #FD758D

Text Example


Text Example

White with #FD758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD758D; }

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

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

background-color css

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

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

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

border-color css

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

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

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