Html Css Color HEX #FD758C Brink Pink

📋 copy color: '#FD758C'

red 253 ◦ green 117 ◦ blue 140

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

Shades of Brink Pink #FD758C

Tints of Brink Pink #FD758C

RGB

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

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

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

R = 49.61%
G = 22.94%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD758C (or 0xFD758C) is known color: Brink Pink. HEX triplet: FD, 75 and 8C. RGB value is (253,117,140). Sum of RGB (Red+Green+Blue) = 253+117+140=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 117 (46.09% from 255 or 22.94% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FD758C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD758C is #028A73. Grayscale: #A0A0A0. Windows color (decimal): -166516 or 9205245. OLE color: 9205245.

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

Color convert

RGB 253 117 140 -
CMYK 0 0.54 0.45 0.01
HSL 349.85º 0.97% 0.73% -
HSV(B) 349.85º 0.54% 0.99% -
XYZ 51.6 35.5 28.94 -
YUV 160.29 116.56 194.13 -
System Red Green Blue C M Y K H S L
Decimal 253 117 140 0 0.54 0.45 0.01 349.85 0.97 0.73
Hex FD 75 8C 0 36 2D 1 15E 61 49
Octal 375 165 214 0 66 55 1 536 141 111
Binary 11111101 1110101 10001100 0 110110 101101 1 101011110 1100001 1001001

Color Harmonies of #FD758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD758C

Black with #FD758C

Text Example


Text Example

White with #FD758C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD758C; }

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

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

background-color css

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

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

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

border-color css

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

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

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