Html Css Color HEX #FD6D7B Brink Pink

📋 copy color: '#FD6D7B'

red 253 ◦ green 109 ◦ blue 123

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

Shades of Brink Pink #FD6D7B

Tints of Brink Pink #FD6D7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.36%

R = 52.16%
G = 22.47%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD6D7B (or 0xFD6D7B) is known color: Brink Pink. HEX triplet: FD, 6D and 7B. RGB value is (253,109,123). Sum of RGB (Red+Green+Blue) = 253+109+123=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 109 (42.97% from 255 or 22.47% from 485); Blue value is 123 (48.44% from 255 or 25.36% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6D7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6D7B is #029284. Grayscale: #999999. Windows color (decimal): -168581 or 8089085. OLE color: 8089085.

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

Color convert

RGB 253 109 123 -
CMYK 0 0.57 0.51 0.01
HSL 354.17º 0.97% 0.71% -
HSV(B) 354.17º 0.57% 0.99% -
XYZ 49.55 33.25 22.55 -
YUV 153.65 110.71 198.86 -
System Red Green Blue C M Y K H S L
Decimal 253 109 123 0 0.57 0.51 0.01 354.17 0.97 0.71
Hex FD 6D 7B 0 39 33 1 162 61 47
Octal 375 155 173 0 71 63 1 542 141 107
Binary 11111101 1101101 1111011 0 111001 110011 1 101100010 1100001 1000111

Color Harmonies of #FD6D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6D7B

Black with #FD6D7B

Text Example


Text Example

White with #FD6D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6D7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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