Html Css Color HEX #FD757D Brink Pink

📋 copy color: '#FD757D'

red 253 ◦ green 117 ◦ blue 125

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

Shades of Brink Pink #FD757D

Tints of Brink Pink #FD757D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.25%

R = 51.11%
G = 23.64%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD757D (or 0xFD757D) is known color: Brink Pink. HEX triplet: FD, 75 and 7D. RGB value is (253,117,125). Sum of RGB (Red+Green+Blue) = 253+117+125=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 117 (46.09% from 255 or 23.64% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FD757D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD757D is #028A82. Grayscale: #9E9E9E. Windows color (decimal): -166531 or 8222205. OLE color: 8222205.

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

Color convert

RGB 253 117 125 -
CMYK 0 0.54 0.51 0.01
HSL 356.47º 0.97% 0.73% -
HSV(B) 356.47º 0.54% 0.99% -
XYZ 50.57 35.09 23.51 -
YUV 158.58 109.06 195.35 -
System Red Green Blue C M Y K H S L
Decimal 253 117 125 0 0.54 0.51 0.01 356.47 0.97 0.73
Hex FD 75 7D 0 36 33 1 164 61 49
Octal 375 165 175 0 66 63 1 544 141 111
Binary 11111101 1110101 1111101 0 110110 110011 1 101100100 1100001 1001001

Color Harmonies of #FD757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD757D

Black with #FD757D

Text Example


Text Example

White with #FD757D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD757D; }

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

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

background-color css

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

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

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

border-color css

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

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

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