Html Css Color HEX #FD6D85 Brink Pink

📋 copy color: '#FD6D85'

red 253 ◦ green 109 ◦ blue 133

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

Shades of Brink Pink #FD6D85

Tints of Brink Pink #FD6D85

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.02%

 BLUE value IS 133 (52.34% from 255) = 26.87%

R = 51.11%
G = 22.02%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FD6D85 (or 0xFD6D85) is known color: Brink Pink. HEX triplet: FD, 6D and 85. RGB value is (253,109,133). Sum of RGB (Red+Green+Blue) = 253+109+133=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6D85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6D85 is #02927A. Grayscale: #9A9A9A. Windows color (decimal): -168571 or 8744445. OLE color: 8744445.

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

Color convert

RGB 253 109 133 -
CMYK 0 0.57 0.47 0.01
HSL 350º 0.97% 0.71% -
HSV(B) 350º 0.57% 0.99% -
XYZ 50.21 33.51 26.01 -
YUV 154.79 115.71 198.05 -
System Red Green Blue C M Y K H S L
Decimal 253 109 133 0 0.57 0.47 0.01 350 0.97 0.71
Hex FD 6D 85 0 39 2F 1 15E 61 47
Octal 375 155 205 0 71 57 1 536 141 107
Binary 11111101 1101101 10000101 0 111001 101111 1 101011110 1100001 1000111

Color Harmonies of #FD6D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6D85

Black with #FD6D85

Text Example


Text Example

White with #FD6D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6D85; }

 p { color: rgb(253,109,133); }

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

background-color css

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

 a { background-color: rgb(253,109,133); }

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

border-color css

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

 span { border-color: rgb(253,109,133); }

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