Html Css Color HEX #FD618A Brink Pink

📋 copy color: '#FD618A'

red 253 ◦ green 97 ◦ blue 138

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

Shades of Brink Pink #FD618A

Tints of Brink Pink #FD618A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.28%

R = 51.84%
G = 19.88%
B = 28.28%

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

#FD618A (or 0xFD618A) is known color: Brink Pink. HEX triplet: FD, 61 and 8A. RGB value is (253,97,138). Sum of RGB (Red+Green+Blue) = 253+97+138=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 97 (38.28% from 255 or 19.88% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FD618A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD618A is #029E75. Grayscale: #949494. Windows color (decimal): -171638 or 9069053. OLE color: 9069053.

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

Color convert

RGB 253 97 138 -
CMYK 0 0.62 0.45 0.01
HSL 344.23º 0.98% 0.69% -
HSV(B) 344.23º 0.62% 0.99% -
XYZ 49.37 31.27 27.48 -
YUV 148.32 122.18 202.67 -
System Red Green Blue C M Y K H S L
Decimal 253 97 138 0 0.62 0.45 0.01 344.23 0.98 0.69
Hex FD 61 8A 0 3E 2D 1 158 62 45
Octal 375 141 212 0 76 55 1 530 142 105
Binary 11111101 1100001 10001010 0 111110 101101 1 101011000 1100010 1000101

Color Harmonies of #FD618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD618A

Black with #FD618A

Text Example


Text Example

White with #FD618A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD618A; }

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

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

background-color css

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

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

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

border-color css

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

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

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