Html Css Color HEX #FA6392 Brink Pink

📋 copy color: '#FA6392'

red 250 ◦ green 99 ◦ blue 146

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

Shades of Brink Pink #FA6392

Tints of Brink Pink #FA6392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.49%

R = 50.51%
G = 20%
B = 29.49%

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

#FA6392 (or 0xFA6392) is known color: Brink Pink. HEX triplet: FA, 63 and 92. RGB value is (250,99,146). Sum of RGB (Red+Green+Blue) = 250+99+146=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 99 (39.06% from 255 or 20% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6392 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6392 is #059C6D. Grayscale: #959595. Windows color (decimal): -367726 or 9593850. OLE color: 9593850.

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

Color convert

RGB 250 99 146 -
CMYK 0 0.60 0.42 0.02
HSL 341.32º 0.94% 0.68% -
HSV(B) 341.32º 0.6% 0.98% -
XYZ 49.07 31.32 30.65 -
YUV 149.51 126.03 199.68 -
System Red Green Blue C M Y K H S L
Decimal 250 99 146 0 0.60 0.42 0.02 341.32 0.94 0.68
Hex FA 63 92 0 3C 2A 2 155 5E 44
Octal 372 143 222 0 74 52 2 525 136 104
Binary 11111010 1100011 10010010 0 111100 101010 10 101010101 1011110 1000100

Color Harmonies of #FA6392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6392

Black with #FA6392

Text Example


Text Example

White with #FA6392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6392; }

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

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

background-color css

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

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

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

border-color css

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

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

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