Html Css Color HEX #FD618C Brink Pink

📋 copy color: '#FD618C'

red 253 ◦ green 97 ◦ blue 140

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

Shades of Brink Pink #FD618C

Tints of Brink Pink #FD618C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.57%

R = 51.63%
G = 19.8%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD618C (or 0xFD618C) is known color: Brink Pink. HEX triplet: FD, 61 and 8C. RGB value is (253,97,140). Sum of RGB (Red+Green+Blue) = 253+97+140=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 97 (38.28% from 255 or 19.80% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FD618C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD618C is #029E73. Grayscale: #949494. Windows color (decimal): -171636 or 9200125. OLE color: 9200125.

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

Color convert

RGB 253 97 140 -
CMYK 0 0.62 0.45 0.01
HSL 343.46º 0.98% 0.69% -
HSV(B) 343.46º 0.62% 0.99% -
XYZ 49.52 31.33 28.25 -
YUV 148.55 123.18 202.5 -
System Red Green Blue C M Y K H S L
Decimal 253 97 140 0 0.62 0.45 0.01 343.46 0.98 0.69
Hex FD 61 8C 0 3E 2D 1 157 62 45
Octal 375 141 214 0 76 55 1 527 142 105
Binary 11111101 1100001 10001100 0 111110 101101 1 101010111 1100010 1000101

Color Harmonies of #FD618C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD618C

Black with #FD618C

Text Example


Text Example

White with #FD618C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD618C; }

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

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

background-color css

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

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

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

border-color css

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

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

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