Html Css Color HEX #FD618D Brink Pink

📋 copy color: '#FD618D'

red 253 ◦ green 97 ◦ blue 141

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

Shades of Brink Pink #FD618D

Tints of Brink Pink #FD618D

RGB

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

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

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

R = 51.53%
G = 19.76%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FD618D (or 0xFD618D) is known color: Brink Pink. HEX triplet: FD, 61 and 8D. RGB value is (253,97,141). Sum of RGB (Red+Green+Blue) = 253+97+141=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 97 (38.28% from 255 or 19.76% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FD618D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD618D is #029E72. Grayscale: #949494. Windows color (decimal): -171635 or 9265661. OLE color: 9265661.

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

Color convert

RGB 253 97 141 -
CMYK 0 0.62 0.44 0.01
HSL 343.08º 0.98% 0.69% -
HSV(B) 343.08º 0.62% 0.99% -
XYZ 49.59 31.36 28.64 -
YUV 148.66 123.68 202.42 -
System Red Green Blue C M Y K H S L
Decimal 253 97 141 0 0.62 0.44 0.01 343.08 0.98 0.69
Hex FD 61 8D 0 3E 2C 1 157 62 45
Octal 375 141 215 0 76 54 1 527 142 105
Binary 11111101 1100001 10001101 0 111110 101100 1 101010111 1100010 1000101

Color Harmonies of #FD618D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD618D

Black with #FD618D

Text Example


Text Example

White with #FD618D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD618D; }

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

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

background-color css

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

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

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

border-color css

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

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

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