Html Css Color HEX #FD6490 Brink Pink

📋 copy color: '#FD6490'

red 253 ◦ green 100 ◦ blue 144

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

Shades of Brink Pink #FD6490

Tints of Brink Pink #FD6490

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.12%

 BLUE value IS 144 (56.64% from 255) = 28.97%

R = 50.91%
G = 20.12%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FD6490 (or 0xFD6490) is known color: Brink Pink. HEX triplet: FD, 64 and 90. RGB value is (253,100,144). Sum of RGB (Red+Green+Blue) = 253+100+144=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 100 (39.45% from 255 or 20.12% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6490 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6490 is #029B6F. Grayscale: #969696. Windows color (decimal): -170864 or 9463037. OLE color: 9463037.

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

Color convert

RGB 253 100 144 -
CMYK 0 0.60 0.43 0.01
HSL 342.75º 0.97% 0.69% -
HSV(B) 342.75º 0.6% 0.99% -
XYZ 50.1 32.01 29.92 -
YUV 150.76 124.19 200.92 -
System Red Green Blue C M Y K H S L
Decimal 253 100 144 0 0.60 0.43 0.01 342.75 0.97 0.69
Hex FD 64 90 0 3C 2B 1 157 61 45
Octal 375 144 220 0 74 53 1 527 141 105
Binary 11111101 1100100 10010000 0 111100 101011 1 101010111 1100001 1000101

Color Harmonies of #FD6490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6490

Black with #FD6490

Text Example


Text Example

White with #FD6490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6490; }

 p { color: rgb(253,100,144); }

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

background-color css

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

 a { background-color: rgb(253,100,144); }

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

border-color css

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

 span { border-color: rgb(253,100,144); }

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