Html Css Color HEX #FD6579 Brink Pink

📋 copy color: '#FD6579'

red 253 ◦ green 101 ◦ blue 121

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

Shades of Brink Pink #FD6579

Tints of Brink Pink #FD6579

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.26%

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

R = 53.26%
G = 21.26%
B = 25.47%

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

#FD6579 (or 0xFD6579) is known color: Brink Pink. HEX triplet: FD, 65 and 79. RGB value is (253,101,121). Sum of RGB (Red+Green+Blue) = 253+101+121=475 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.26% from 475); Green value is 101 (39.84% from 255 or 21.26% from 475); Blue value is 121 (47.66% from 255 or 25.47% from 475); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6579 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6579 is #029A86. Grayscale: #949494. Windows color (decimal): -170631 or 7955965. OLE color: 7955965.

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

Color convert

RGB 253 101 121 -
CMYK 0 0.60 0.52 0.01
HSL 352.11º 0.97% 0.69% -
HSV(B) 352.11º 0.6% 0.99% -
XYZ 48.61 31.57 21.62 -
YUV 148.73 112.36 202.37 -
System Red Green Blue C M Y K H S L
Decimal 253 101 121 0 0.60 0.52 0.01 352.11 0.97 0.69
Hex FD 65 79 0 3C 34 1 160 61 45
Octal 375 145 171 0 74 64 1 540 141 105
Binary 11111101 1100101 1111001 0 111100 110100 1 101100000 1100001 1000101

Color Harmonies of #FD6579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6579

Black with #FD6579

Text Example


Text Example

White with #FD6579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6579; }

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

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

background-color css

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

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

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

border-color css

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

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

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