Html Css Color HEX #FD617C Brink Pink

📋 copy color: '#FD617C'

red 253 ◦ green 97 ◦ blue 124

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

Shades of Brink Pink #FD617C

Tints of Brink Pink #FD617C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.46%

 BLUE value IS 124 (48.83% from 255) = 26.16%

R = 53.38%
G = 20.46%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD617C (or 0xFD617C) is known color: Brink Pink. HEX triplet: FD, 61 and 7C. RGB value is (253,97,124). Sum of RGB (Red+Green+Blue) = 253+97+124=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 97 (38.28% from 255 or 20.46% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FD617C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD617C is #029E83. Grayscale: #929292. Windows color (decimal): -171652 or 8151549. OLE color: 8151549.

HSL color Cylindrical-coordinate representation of color #FD617C: hue angle of 349.62º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FD617C is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 97 124 -
CMYK 0 0.62 0.51 0.01
HSL 349.62º 0.98% 0.69% -
HSV(B) 349.62º 0.62% 0.99% -
XYZ 48.42 30.89 22.48 -
YUV 146.72 115.18 203.8 -
System Red Green Blue C M Y K H S L
Decimal 253 97 124 0 0.62 0.51 0.01 349.62 0.98 0.69
Hex FD 61 7C 0 3E 33 1 15E 62 45
Octal 375 141 174 0 76 63 1 536 142 105
Binary 11111101 1100001 1111100 0 111110 110011 1 101011110 1100010 1000101

Color Harmonies of #FD617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD617C

Black with #FD617C

Text Example


Text Example

White with #FD617C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD617C; }

 p { color: rgb(253,97,124); }

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

background-color css

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

 a { background-color: rgb(253,97,124); }

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

border-color css

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

 span { border-color: rgb(253,97,124); }

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