Html Css Color HEX #FA6390 Brink Pink

📋 copy color: '#FA6390'

red 250 ◦ green 99 ◦ blue 144

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

Shades of Brink Pink #FA6390

Tints of Brink Pink #FA6390

RGB

 RED value IS 250 (98.05% from 255) = 50.71%

 GREEN value IS 99 (39.06% from 255) = 20.08%

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

R = 50.71%
G = 20.08%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA6390 (or 0xFA6390) is known color: Brink Pink. HEX triplet: FA, 63 and 90. RGB value is (250,99,144). Sum of RGB (Red+Green+Blue) = 250+99+144=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 99 (39.06% from 255 or 20.08% from 493); Blue value is 144 (56.64% from 255 or 29.21% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6390 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6390 is #059C6F. Grayscale: #959595. Windows color (decimal): -367728 or 9462778. OLE color: 9462778.

HSL color Cylindrical-coordinate representation of color #FA6390: hue angle of 342.12º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA6390 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 99 144 -
CMYK 0 0.60 0.42 0.02
HSL 342.12º 0.94% 0.68% -
HSV(B) 342.12º 0.6% 0.98% -
XYZ 48.92 31.26 29.84 -
YUV 149.28 125.03 199.84 -
System Red Green Blue C M Y K H S L
Decimal 250 99 144 0 0.60 0.42 0.02 342.12 0.94 0.68
Hex FA 63 90 0 3C 2A 2 156 5E 44
Octal 372 143 220 0 74 52 2 526 136 104
Binary 11111010 1100011 10010000 0 111100 101010 10 101010110 1011110 1000100

Color Harmonies of #FA6390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6390

Black with #FA6390

Text Example


Text Example

White with #FA6390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6390; }

 p { color: rgb(250,99,144); }

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

background-color css

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

 a { background-color: rgb(250,99,144); }

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

border-color css

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

 span { border-color: rgb(250,99,144); }

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