Html Css Color HEX #FD6A8D Brink Pink

📋 copy color: '#FD6A8D'

red 253 ◦ green 106 ◦ blue 141

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

Shades of Brink Pink #FD6A8D

Tints of Brink Pink #FD6A8D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.2%

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

R = 50.6%
G = 21.2%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FD6A8D (or 0xFD6A8D) is known color: Brink Pink. HEX triplet: FD, 6A and 8D. RGB value is (253,106,141). Sum of RGB (Red+Green+Blue) = 253+106+141=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 106 (41.80% from 255 or 21.2% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6A8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6A8D is #029572. Grayscale: #999999. Windows color (decimal): -169331 or 9267965. OLE color: 9267965.

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

Color convert

RGB 253 106 141 -
CMYK 0 0.58 0.44 0.01
HSL 345.71º 0.97% 0.7% -
HSV(B) 345.71º 0.58% 0.99% -
XYZ 50.47 33.11 28.93 -
YUV 153.94 120.7 198.65 -
System Red Green Blue C M Y K H S L
Decimal 253 106 141 0 0.58 0.44 0.01 345.71 0.97 0.7
Hex FD 6A 8D 0 3A 2C 1 15A 61 46
Octal 375 152 215 0 72 54 1 532 141 106
Binary 11111101 1101010 10001101 0 111010 101100 1 101011010 1100001 1000110

Color Harmonies of #FD6A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6A8D

Black with #FD6A8D

Text Example


Text Example

White with #FD6A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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