Html Css Color HEX #FD6679 Brink Pink

📋 copy color: '#FD6679'

red 253 ◦ green 102 ◦ blue 121

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

Shades of Brink Pink #FD6679

Tints of Brink Pink #FD6679

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.43%

 BLUE value IS 121 (47.66% from 255) = 25.42%

R = 53.15%
G = 21.43%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FD6679 (or 0xFD6679) is known color: Brink Pink. HEX triplet: FD, 66 and 79. RGB value is (253,102,121). Sum of RGB (Red+Green+Blue) = 253+102+121=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 102 (40.23% from 255 or 21.43% from 476); Blue value is 121 (47.66% from 255 or 25.42% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6679 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6679 is #029986. Grayscale: #959595. Windows color (decimal): -170375 or 7956221. OLE color: 7956221.

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

Color convert

RGB 253 102 121 -
CMYK 0 0.60 0.52 0.01
HSL 352.45º 0.97% 0.7% -
HSV(B) 352.45º 0.6% 0.99% -
XYZ 48.71 31.77 21.65 -
YUV 149.32 112.03 201.96 -
System Red Green Blue C M Y K H S L
Decimal 253 102 121 0 0.60 0.52 0.01 352.45 0.97 0.7
Hex FD 66 79 0 3C 34 1 160 61 46
Octal 375 146 171 0 74 64 1 540 141 106
Binary 11111101 1100110 1111001 0 111100 110100 1 101100000 1100001 1000110

Color Harmonies of #FD6679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6679

Black with #FD6679

Text Example


Text Example

White with #FD6679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6679; }

 p { color: rgb(253,102,121); }

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

background-color css

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

 a { background-color: rgb(253,102,121); }

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

border-color css

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

 span { border-color: rgb(253,102,121); }

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